Files
third_party_mesa3d/glcpp/tests/014-define-func-2-arg-unused.c
2010-06-21 11:22:11 -07:00

3 lines
32 B
C

#define foo(x,y) 1
foo(bar,baz)