TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
hafnium
/
third_party
/
linux.git
/
b4b6d4a02fa8aa8187d426b508fb7f3b69df0dcc
/
.
/
tools
/
build
/
feature
/
test-fortify-source.c
blob: c9f398d8786820588da652a7a89ef5c3e729127b [
file
] [
log
] [
blame
]
Andrew Scull
b4b6d4a
2019-01-02 15:54:55 +0000
[
diff
] [
blame^
]
1
#include
<stdio.h>
2
3
int
main
(
void
)
4
{
5
return
puts
(
"hi"
);
6
}