repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
RTEMS: Add Cortex-M33 multilib
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
freestanding-main.C
blob
3718cc4508ee3cc2b4e1d45afcb999c48df1fa59
1
/* Make sure we don't get a missing return warning on freestanding. */
2
/* { dg-do compile } */
3
/* { dg-options "-ffreestanding -Wreturn-type" } */
4
5
int main() {}