This commit is contained in:
Sergei Golubchik 2014-11-18 18:07:55 +01:00
commit 553b437d38
71 changed files with 6723 additions and 4616 deletions

View file

@ -149,6 +149,8 @@ static void TestBigComment() {
// small stack size
int main(int argc, char** argv) {
(void)argc;
(void)argv;
TestScanner();
TestBigComment();