Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
3a8ff4c8b67d12689cb5fc9c0e9606f4530e6f41
/
.
/
test
/
TableGen
/
CStyleComment.td
blob: 703ae6837eb8c23065ba41aa297dbc550d0778c4 [
file
] [
log
] [
blame
]
// Test that multiline, nested, comments work correctly.
//
// RUN: tblgen < %s
/* Foo
bar
/*
blah
*/
stuff
*/
def
x
;