function_hooks: update comment explaining various function hooks
[smatch.git] / validation / preprocessor / dynamic.c
blobf791ba395696b2b12a80023a13dd600b578b546c
1 #if defined(__LINE__)
2 __LINE__
3 #endif
4 #if defined(__FILE__)
5 __FILE__
6 #endif
7 #if defined(__BASE_FILE__)
8 __BASE_FILE__
9 #endif
10 #if defined(__DATE__)
11 date
12 #endif
13 #if defined(__TIME__)
14 time
15 #endif
16 #if defined(__COUNTER__)
17 counter
18 #endif
19 #if defined(__INCLUDE_LEVEL__)
20 __INCLUDE_LEVEL__
21 #endif
24 * check-name: dynamic-macros
25 * check-command: sparse -E $file
27 * check-output-start
30 "preprocessor/dynamic.c"
31 "preprocessor/dynamic.c"
32 date
33 time
34 counter
36 * check-output-end