mirror of
https://github.com/github/codeql.git
synced 2026-04-20 14:34:04 +02:00
7 lines
80 B
C
7 lines
80 B
C
#define TWO 2
|
|
#include "b.h"
|
|
|
|
int main() {
|
|
return ONE + TWO + THREE + FOUR;
|
|
}
|