mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-18 22:28:06 +02:00
This simply tests the previous commit, (that #define followed by a comment will still generate the expected "#define without macro name" error message). Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
5 lines
273 B
Text
5 lines
273 B
Text
0:1(1): preprocessor error: #define without macro name
|
|
0:2(1): preprocessor error: #define without macro name
|
|
0:3(1): preprocessor error: #define without macro name
|
|
0:4(1): preprocessor error: #define without macro name
|
|
Errors expected because no macro name is ever given!
|