Sign in
cobalt
/
cobalt
/
07081467c3d00b04a6a1162e0566a5a8b9cfe2d5
/
.
/
third_party
/
llvm-project
/
llvm
/
test
/
TableGen
/
ForwardRef.td
blob: 73884455b8832d52797a81bd3f16b8fa93594460 [
file
] [
log
] [
blame
]
// RUN: llvm-tblgen %s -o -
// XFAIL: vg_leak
class
bar
{
list
<bar>
x
;
}
class
foo
;
class
foo
;
class
baz
{
list
<foo>
y
;
}
class
foo
{
}