repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Require target lra in gcc.dg/pr108095.c
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
c11-typeof-1.c
blob
a2abe8e465cfe9d46830b53b93aaf43f821c950b
1
/* Test typeof and typeof_unqual not keywords in C11. */
2
/* { dg-do compile } */
3
/* { dg-options "-std=c11 -pedantic-errors" } */
4
5
int
typeof
=
1
;
6
long
typeof_unqual
=
2
;