TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
hafnium
/
third_party
/
linux.git
/
0f672f6c0b52b7b0700b0915c72b540721af4465
/
.
/
tools
/
build
/
feature
/
test-fortify-source.c
blob: c8a57194f9f29b8f9b2f01114c043e64a1c60d2a [
file
] [
log
] [
blame
]
David Brazdil
0f672f6
2019-12-10 10:32:29 +0000
[
diff
] [
blame^
]
1
// SPDX-License-Identifier: GPL-2.0
Andrew Scull
b4b6d4a
2019-01-02 15:54:55 +0000
[
diff
] [
blame
]
2
#include
<stdio.h>
3
4
int
main
(
void
)
5
{
6
return
puts
(
"hi"
);
7
}