We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a41f27 commit 36dc794Copy full SHA for 36dc794
1 file changed
testsuite/clang-preprocessor-tests/macro_fn_va_opt.c
@@ -6,8 +6,8 @@
6
int main()
7
{
8
PF( "%s", "Hello" );
9
- PF( a, );
10
- PF( a );
+ PF( "Hello", );
+ PF( "Hello" );
11
PF( , );
12
PF( );
13
}
0 commit comments