• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// RUN: llvm-tblgen %s
2// XFAIL: vg_leak
3def {
4  bit A = 1;
5  int B = A;
6}
7