travis: update
[m6w6/ext-psi] / tests / parser / cpp004 / builtins.psi
1 const \CPP_TEST0 = __COUNTER__;
2 const \CPP_TEST1 = __COUNTER__;
3 const \CPP_TEST2 = __COUNTER__;
4
5 #define a(x,y) x ## y
6 #define b(x,y) a(x,y)
7 #define c(x) b(x, __COUNTER__)
8 const \CPP_TEST3 = c(300);
9 const \CPP_TEST4 = c(400);
10 const \CPP_TEST5 = c(500);
11
12 #include "base_file.h" // includes include_level.h
13 #include "timestamp.h"
14
15 const \date = __DATE__;
16 const \time = __TIME__;