1*c85f09ccSJohn Levon #if defined(__LINE__)
2*c85f09ccSJohn Levon __LINE__
3*c85f09ccSJohn Levon #endif
4*c85f09ccSJohn Levon #if defined(__FILE__)
5*c85f09ccSJohn Levon __FILE__
6*c85f09ccSJohn Levon #endif
7*c85f09ccSJohn Levon #if defined(__BASE_FILE__)
8*c85f09ccSJohn Levon __BASE_FILE__
9*c85f09ccSJohn Levon #endif
10*c85f09ccSJohn Levon #if defined(__DATE__)
11*c85f09ccSJohn Levon date
12*c85f09ccSJohn Levon #endif
13*c85f09ccSJohn Levon #if defined(__TIME__)
14*c85f09ccSJohn Levon time
15*c85f09ccSJohn Levon #endif
16*c85f09ccSJohn Levon #if defined(__COUNTER__)
17*c85f09ccSJohn Levon counter
18*c85f09ccSJohn Levon #endif
19*c85f09ccSJohn Levon #if defined(__INCLUDE_LEVEL__)
20*c85f09ccSJohn Levon __INCLUDE_LEVEL__
21*c85f09ccSJohn Levon #endif
22*c85f09ccSJohn Levon 
23*c85f09ccSJohn Levon /*
24*c85f09ccSJohn Levon  * check-name: dynamic-macros
25*c85f09ccSJohn Levon  * check-command: sparse -E $file
26*c85f09ccSJohn Levon  *
27*c85f09ccSJohn Levon  * check-output-start
28*c85f09ccSJohn Levon 
29*c85f09ccSJohn Levon 2
30*c85f09ccSJohn Levon "preprocessor/dynamic.c"
31*c85f09ccSJohn Levon "preprocessor/dynamic.c"
32*c85f09ccSJohn Levon date
33*c85f09ccSJohn Levon time
34*c85f09ccSJohn Levon counter
35*c85f09ccSJohn Levon 0
36*c85f09ccSJohn Levon  * check-output-end
37*c85f09ccSJohn Levon  */
38