reset errno to zero on entry to the application's main function. This fixes
[oota-llvm.git] / test / TableGen / IntBitInit.td
1 // RUN: tblgen %s
2 def {
3   bit A = 1;
4   int B = A;
5 }