Sign in
chromium
/
external
/
github.com
/
llvm-mirror
/
llvm
/
refs/heads/release_32
/
.
/
test
/
TableGen
/
CStyleComment.td
blob: 55fb0e787b62e43f5c62e862714319f6963d8403 [
file
] [
log
] [
blame
] [
edit
]
// Test that multiline, nested, comments work correctly.
//
// RUN: llvm-tblgen < %s
// XFAIL: vg_leak
/* Foo
bar
/*
blah
*/
stuff
*/
def
x
;