index
:
agbcc
master
game boy advance c compiler
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
gcc.c-torture
/
noncompile
/
931203-1.c
blob: 1f5a8c3d7adda8c3c306070add21b2f833e31d49 (
plain
)
1
2
3
4
5
6
7
8
9
10
11
typedef struct { int x, y; } point_t; point_t f () { return 0; }