repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.dg
/
compat
/
struct-layout-1_main.c
blob
0a2fb42c79247365adc30a094a2b64727b5a70fd
1
#include
"struct-layout-1.h"
2
3
#define TX(n, type, attrs, fields, ops) extern void test##n (void);
4
#include
"struct-layout-1_test.h"
5
#undef TX
6
7
int
main
(
void
)
8
{
9
#define TX(n, type, attrs, fields, ops) test##n ();
10
#include
"struct-layout-1_test.h"
11
#undef TX
12
if
(
fails
)
13
abort
();
14
exit
(
0
);
15
}