Ticket #1673: test.cc

File test.cc, 93 bytes (added by Stefan Seefeld, 15 years ago)

input

Line 
1#define BAZ(T, E) T E
2
3struct foo
4{
5 BAZ
6 (bool,
7 value = true
8 );
9};
10
11struct bar {};