mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-07 03:47:20 +00:00
7 lines
75 B
TableGen
7 lines
75 B
TableGen
// RUN: llvm-tblgen %s
|
|
// XFAIL: vg_leak
|
|
def {
|
|
bit A = 1;
|
|
int B = A;
|
|
}
|