TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
hafnium
/
third_party
/
linux.git
/
92d4c21e51fc12736c39c2a161a42f20e2be8a00
/
.
/
scripts
/
cc-can-link.sh
blob: 6efcead3198989d2ab2ab6772c72d8bb61c89c4e [
file
] [
log
] [
blame
]
Andrew Scull
b4b6d4a
2019-01-02 15:54:55 +0000
[
diff
] [
blame
]
1
#!/bin/sh
2
# SPDX-License-Identifier: GPL-2.0
3
4
cat
<<
"END"
|
$@
-
x c
-
-
o
/
dev
/
null
>/
dev
/
null
2
>&
1
5
#include <stdio.h>
6
int main
(
void
)
7
{
8
printf
(
""
);
9
return
0
;
10
}
11
END