7 lines
112 B
C
7 lines
112 B
C
![]() |
// No includes here, they need to come from the PCH
|
||
|
|
||
|
int main(int argc, char **argv) {
|
||
|
return FOO + BAR;
|
||
|
}
|
||
|
|