diff options
author | swarmer <[email protected]> | 2025-07-31 04:13:15 +0300 |
---|---|---|
committer | swarmer <[email protected]> | 2025-07-31 04:28:39 +0300 |
commit | 185c4f074d44598fe3456c427c0e6c732080dc8d (patch) | |
tree | 2abe8395b9f8ee6981052288a02ad9c22d0b0d46 /util/system/compiler_ut.c | |
parent | c37b2eaf467a46b810d4889635520408e0759740 (diff) |
compile util/system/defaults.c with a C compiler
commit_hash:490ce843e0fa3ad97bc6865d6b8fb8a79678d469
Diffstat (limited to 'util/system/compiler_ut.c')
-rw-r--r-- | util/system/compiler_ut.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/system/compiler_ut.c b/util/system/compiler_ut.c new file mode 100644 index 00000000000..7ca9b86ba5a --- /dev/null +++ b/util/system/compiler_ut.c @@ -0,0 +1,2 @@ +// test for C-compiler compileability +#include "compiler.h" |