[yaml2obj/obj2yaml] - Add support for .stack_sizes sections.
[llvm-complete.git] / test / TableGen / 2003-08-03-PassCode.td
blobb851a15ffe8b1c2b76a23911e2f46f4c03967bb8
1 // RUN: llvm-tblgen %s
3 class test<code C> {
4   code Code = C;
7 def foo : test<[{ hello world! }]>;