• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// RUN: llvm-tblgen %s
2
3class test<code C> {
4  code Code = C;
5}
6
7def foo : test<[{ hello world! }]>;
8