Codebase Browser
llvm
Go to App
llvm
/
llvm/test/TableGen/
IntBitInit.td
// RUN: llvm-tblgen %s def { bit A = 1; int B = A; }