mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-05 04:38:37 +00:00
eb3ce7c3db
#__include_macros) in the arguments of a function-style macro. Directives in the arguments of such macros have undefined behaviour, and GCC does not correctly support these cases. In some situations, this can lead to better diagnostics. llvm-svn: 146765
10 lines
90 B
C
10 lines
90 B
C
// Support header for macro_arg_directive.c
|
|
|
|
int n;
|
|
|
|
struct S {
|
|
int k;
|
|
};
|
|
|
|
void g(int);
|