zpu: managed to compile program that writes constant to global variable
[llvm/zpu.git] / test / TableGen / IntBitInit.td
blob16ac9c8f912d715742d1ec693821398a82f36443
1 // RUN: tblgen %s
2 // XFAIL: vg_leak
3 def {
4   bit A = 1;
5   int B = A;