• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// Test that multiline, nested, comments work correctly.
2//
3// RUN: llvm-tblgen < %s
4// XFAIL: vg_leak
5
6/* Foo
7  bar
8  /*
9  blah
10  */
11
12  stuff
13  */
14
15def x;
16