зеркало из https://github.com/mozilla/sccache.git
8 строки
144 B
C
8 строки
144 B
C
|
#include <stdio.h>
|
||
|
|
||
|
#if !defined(SCCACHE_TEST_DEFINE)
|
||
|
#error SCCACHE_TEST_DEFINE is not defined
|
||
|
#endif
|
||
|
|
||
|
void foo() { printf("hello world\n"); }
|