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