summaryrefslogtreecommitdiffstats
path: root/build/has/compound-literal-storage.c
diff options
context:
space:
mode:
Diffstat (limited to 'build/has/compound-literal-storage.c')
-rw-r--r--build/has/compound-literal-storage.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/build/has/compound-literal-storage.c b/build/has/compound-literal-storage.c
deleted file mode 100644
index e2281e1..0000000
--- a/build/has/compound-literal-storage.c
+++ /dev/null
@@ -1,6 +0,0 @@
-// Copyright © Tavian Barnes <tavianator@tavianator.com>
-// SPDX-License-Identifier: 0BSD
-
-int main(void) {
- return (static int){0};
-}