[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / 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! }]>;