summaryrefslogtreecommitdiffstats
path: root/util/system/compiler_ut.c
diff options
context:
space:
mode:
authorswarmer <[email protected]>2025-07-31 04:13:15 +0300
committerswarmer <[email protected]>2025-07-31 04:28:39 +0300
commit185c4f074d44598fe3456c427c0e6c732080dc8d (patch)
tree2abe8395b9f8ee6981052288a02ad9c22d0b0d46 /util/system/compiler_ut.c
parentc37b2eaf467a46b810d4889635520408e0759740 (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.c2
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"