diff options
author | Cem Keylan <cem@ckyln.com> | 2021-04-27 17:32:29 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-04-27 17:32:29 +0300 |
commit | 83d719c436939f24aec04c52649f74c1d2342770 (patch) | |
tree | 694a2ef46f9c0367bb561e3bc0d53f3f6b32dd23 /testing/gcc/files | |
parent | 0fdfba76f0f72486b507be4f0131a49097a3d4eb (diff) | |
download | repository-83d719c436939f24aec04c52649f74c1d2342770.tar.gz |
gcc: add new package at 11.1.0 [TESTING]
Diffstat (limited to 'testing/gcc/files')
-rwxr-xr-x | testing/gcc/files/c99 | 2 |
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 "$@" |