Skip to content

Commit 2a41f27

Browse files
committed
Add test case for empty parameter list
1 parent 8922368 commit 2a41f27

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

testsuite/clang-preprocessor-tests/macro_fn_va_opt.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ int main()
99
PF( a, );
1010
PF( a );
1111
PF( , );
12+
PF( );
1213
}

0 commit comments

Comments
 (0)