add support for biicode

This commit is contained in:
Jason Turner
2015-03-18 19:23:04 -06:00
parent 34e3551ebd
commit dace26cae1
17 changed files with 258 additions and 247 deletions

View File

@@ -1,5 +1,5 @@
int main()
{
int* test = nullptr;
return test ? 1 : 0;
}
int main()
{
int* test = nullptr;
return test ? 1 : 0;
}