mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-13 15:11:39 +00:00
New testcase for PR125
llvm-svn: 10071
This commit is contained in:
parent
705a6376bd
commit
04a9cb7189
12
test/Regression/C++Frontend/2003-11-18-EnumArray.cpp
Normal file
12
test/Regression/C++Frontend/2003-11-18-EnumArray.cpp
Normal file
@ -0,0 +1,12 @@
|
||||
enum TchkType {
|
||||
tchkNum, tchkString, tchkSCN, tchkNone
|
||||
};
|
||||
|
||||
struct Operator {
|
||||
enum TchkType tchk[8];
|
||||
};
|
||||
|
||||
struct Operator opTab[] = {
|
||||
{{tchkNum, tchkNum, tchkString} }
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user