Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
5ecc0acfbbd677c9c9ef62b0f3f91c0c50c5236e
/
.
/
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
;