[WinEH] Add some test cases I forgot to add to previous commits
[oota-llvm.git] / test / TableGen / 2003-08-03-PassCode.td
1 // RUN: llvm-tblgen %s
2
3 class test<code C> {
4   code Code = C;
5 }
6
7 def foo : test<[{ hello world! }]>;