repo.or.cz
/
mesa
/
nouveau-pmpeg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
linker: Reject shaders that have unresolved function calls
[mesa/nouveau-pmpeg.git]
/
src
/
glsl
/
glcpp
/
tests
/
023-define-extra-whitespace.c
blob
7ebfed6516c6f09f11fb94945a4aa4c969ef0381
1
#define noargs() 1
2
# define onearg(foo) foo
3
# define twoargs( x , y ) x y
4
# define threeargs( a , b , c ) a b c
5
noargs
( )
6
onearg
(
2
)
7
twoargs
(
3
,
4
)
8
threeargs
(
5
,
6
,
7
)