mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +01:00
12 lines
120 B
C
12 lines
120 B
C
static int common() {
|
|
return ^{return 0;}();
|
|
}
|
|
|
|
#ifndef FN
|
|
#define FN primary
|
|
#endif
|
|
|
|
int FN() {
|
|
return common();
|
|
}
|