mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Check that we can refer to the same class we are defining.
llvm-svn: 23541
This commit is contained in:
parent
7be456ae2f
commit
d565abab5f
6
test/Regression/TableGen/ForwardRef.td
Normal file
6
test/Regression/TableGen/ForwardRef.td
Normal file
@ -0,0 +1,6 @@
|
||||
// RUN: tblgen %s -o -
|
||||
|
||||
class bar {
|
||||
list<bar> x;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user