Sign in
swiftshader
/
SwiftShader
/
147c49165d856000625f79c0d397747addb4a2b4
/
.
/
third_party
/
LLVM
/
test
/
TableGen
/
CStyleComment.td
blob: 006d3ee5ec4b6640f8b1df67219f2f9d3e79c79b [
file
] [
log
] [
blame
]
// Test that multiline, nested, comments work correctly.
//
// RUN: llvm-tblgen < %s
// XFAIL: vg_leak
/* Foo
bar
/*
blah
*/
stuff
*/
def
x
;