Added support for the popular __COUNTER__ macro.
This commit is contained in:
4
test/val/counter.h
Normal file
4
test/val/counter.h
Normal file
@@ -0,0 +1,4 @@
|
||||
/* Tests for predefined macro __COUNTER__ */
|
||||
|
||||
#line GET_COUNTER() /* 1st: 8; 2nd: 9 */
|
||||
int CONCAT(ident,GET_LINE()) = GET_LINE();
|
||||
Reference in New Issue
Block a user