aboutsummaryrefslogtreecommitdiff
path: root/testing/gcc/files/c99
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-05-07 21:15:31 +0300
committerCem Keylan <cem@ckyln.com>2020-05-07 21:15:31 +0300
commit8233e27aea6f6c50f70a2e92062516ce20905a87 (patch)
tree9f0da6464ace2256d407e67d607ae7e86024711d /testing/gcc/files/c99
parentf9541e9918561e3b088f8ba01bc0726c8a50459f (diff)
downloadrepository-8233e27aea6f6c50f70a2e92062516ce20905a87.tar.gz
gcc: add new package at 10.1.0 to testing
Diffstat (limited to 'testing/gcc/files/c99')
-rwxr-xr-xtesting/gcc/files/c992
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/gcc/files/c99 b/testing/gcc/files/c99
new file mode 100755
index 00000000..692f0924
--- /dev/null
+++ b/testing/gcc/files/c99
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec cc -std=c99 "$@"