aboutsummaryrefslogtreecommitdiff
path: root/testing/gcc/files/c99
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-06-08 15:54:13 +0300
committerCem Keylan <cem@ckyln.com>2020-06-08 15:54:13 +0300
commit4fcce90011261991ae23cc7043c4dbb75c457714 (patch)
treef87682b8dc28d3eeb8748494cfcc11072fb54468 /testing/gcc/files/c99
parentacc549ba95e22617bb9f97e27b4512d51ec0618e (diff)
downloadrepository-4fcce90011261991ae23cc7043c4dbb75c457714.tar.gz
gcc: add new package at 10.1.0
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 "$@"