repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge from mainline (167278:168000).
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
g++.dg
/
ext
/
uow-2.C
blob
79c1913f93f5315d38faa575abe360b7f54a4382
1
/* { dg-do compile } */
2
/* { dg-options "-Wall -fms-extensions" } */
3
4
typedef int UOW;
5
struct ABC {
6
UOW UOW;
7
};
8