repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.dg
/
cpp
/
Wvariadic-4.c
blob
428365e0d5606da2a784648f3205954eb220733c
1
/* { dg-do compile } */
2
/* { dg-options "-std=iso9899:1999 -pedantic -Werror -Wno-variadic-macros" } */
3
4
#define f(x,...)
5
#define g(x,y...)
6
int
not_empty
;