go version go1.15.7 linux/amd64
Linux e5-1650 4.19.0-13-amd64 #1 SMP Debian 4.19.160-2 (2020-11-28) x86_64 GNU/Linux
=== RUN   TestCPPExpand
--- PASS: TestCPPExpand (0.00s)
=== RUN   TestTCCExpand
--- PASS: TestTCCExpand (0.22s)
=== RUN   TestTranslationPhase4
=== RUN   TestTranslationPhase4/shell.c
    cpp_test.go:261: sources 252, bytes 2,972,792, 84.140346ms, 35,331,349 B/s, mem 6,459,472
=== RUN   TestTranslationPhase4/shell.c/gnu
    cpp_test.go:261: sources 251, bytes 2,969,595, 47.715943ms, 62,234,859 B/s, mem 94,352
=== RUN   TestTranslationPhase4/sqlite3.c
    cpp_test.go:261: sources 189, bytes 9,246,528, 232.062771ms, 39,844,943 B/s, mem -16,728
=== RUN   TestTranslationPhase4/sqlite3.c/gnu
    cpp_test.go:261: sources 238, bytes 9,492,137, 253.932973ms, 37,380,482 B/s, mem 320,592
--- PASS: TestTranslationPhase4 (0.71s)
    --- PASS: TestTranslationPhase4/shell.c (0.11s)
    --- PASS: TestTranslationPhase4/shell.c/gnu (0.07s)
    --- PASS: TestTranslationPhase4/sqlite3.c (0.26s)
    --- PASS: TestTranslationPhase4/sqlite3.c/gnu (0.28s)
=== RUN   TestMacroPosition
--- PASS: TestMacroPosition (0.00s)
=== RUN   TestParseVFS
--- PASS: TestParseVFS (0.00s)
=== RUN   TestBOM
--- PASS: TestBOM (0.00s)
=== RUN   TestStrCatSep
--- PASS: TestStrCatSep (0.00s)
=== RUN   TestParseJhjourdan
    parser_test.go:178: jhjourdan parse: ok 45/45
--- PASS: TestParseJhjourdan (0.01s)
=== RUN   TestParseSQLite
=== RUN   TestParseSQLite/shell.c
    parser_test.go:213: sources 252, bytes 2,972,792, 92.697158ms, 32,069,936 B/s, mem 55,091,624
=== RUN   TestParseSQLite/shell.c/gnu
    parser_test.go:213: sources 251, bytes 2,969,595, 91.228874ms, 32,551,042 B/s, mem 56,826,664
=== RUN   TestParseSQLite/sqlite3.c
    parser_test.go:213: sources 189, bytes 9,246,528, 476.846743ms, 19,390,984 B/s, mem 317,818,968
=== RUN   TestParseSQLite/sqlite3.c/gnu
    parser_test.go:213: sources 238, bytes 9,492,137, 468.031726ms, 20,280,969 B/s, mem 323,561,960
--- PASS: TestParseSQLite (1.39s)
    --- PASS: TestParseSQLite/shell.c (0.12s)
    --- PASS: TestParseSQLite/shell.c/gnu (0.12s)
    --- PASS: TestParseSQLite/sqlite3.c (0.56s)
    --- PASS: TestParseSQLite/sqlite3.c/gnu (0.58s)
=== RUN   TestParseTCC
=== RUN   TestParseTCC/tests/tests2
    parser_test.go:377: files 83, sources 2,546, bytes 14,449,198, ok 83, 328.84861ms, 43,938,753 B/s, mem 1,699,368
=== RUN   TestParseTCC/tests/tests2/gnu
    parser_test.go:377: files 83, sources 2,477, bytes 14,236,239, ok 83, 373.679874ms, 38,097,419 B/s, mem 1,417,320
=== CONT  TestParseTCC
    parser_test.go:266: ok 166
--- PASS: TestParseTCC (1.02s)
    --- PASS: TestParseTCC/tests/tests2 (0.49s)
    --- PASS: TestParseTCC/tests/tests2/gnu (0.53s)
=== RUN   TestParseGCC
=== RUN   TestParseGCC/gcc/testsuite/gcc.c-torture/compile
    parser_test.go:377: files 1,791, sources 5,643, bytes 27,831,223, ok 1,771, 8.922260008s, 3,119,301 B/s, mem 59,267,960
=== RUN   TestParseGCC/gcc/testsuite/gcc.c-torture/compile/gnu
    parser_test.go:377: files 1,791, sources 5,634, bytes 29,390,740, ok 1,791, 8.866992696s, 3,314,623 B/s, mem 54,557,544
=== RUN   TestParseGCC/gcc/testsuite/gcc.c-torture/execute
    parser_test.go:377: files 1,701, sources 11,233, bytes 60,634,123, ok 1,672, 2.04145606s, 29,701,409 B/s, mem 1,646,904
=== RUN   TestParseGCC/gcc/testsuite/gcc.c-torture/execute/gnu
    parser_test.go:377: files 1,701, sources 11,139, bytes 61,917,936, ok 1,701, 2.271807357s, 27,254,923 B/s, mem 1,068,120
=== CONT  TestParseGCC
    parser_test.go:291: ok 6,935
--- PASS: TestParseGCC (22.88s)
    --- PASS: TestParseGCC/gcc/testsuite/gcc.c-torture/compile (9.11s)
    --- PASS: TestParseGCC/gcc/testsuite/gcc.c-torture/compile/gnu (9.08s)
    --- PASS: TestParseGCC/gcc/testsuite/gcc.c-torture/execute (2.23s)
    --- PASS: TestParseGCC/gcc/testsuite/gcc.c-torture/execute/gnu (2.45s)
=== RUN   TestParserCSmith
    parser_test.go:582: files 11, bytes 2,122,180, ok 11 in 10.690734502s
--- PASS: TestParserCSmith (10.69s)
=== RUN   TestScanner
--- PASS: TestScanner (0.00s)
=== RUN   TestScannerTranslationPhase2
--- PASS: TestScannerTranslationPhase2 (0.00s)
=== RUN   TestScannerTranslationPhase2b
--- PASS: TestScannerTranslationPhase2b (0.00s)
=== RUN   TestScanner2
--- PASS: TestScanner2 (0.00s)
=== RUN   TestScanner3
    scanner_test.go:401: files 4, bytes 9,134,872, 246.846122ms, 37,006,341 B/s, mem -16,163,232, dict items 692,713, strings 33,639,479 48 B/item
--- PASS: TestScanner3 (0.70s)
=== RUN   TestScannerTranslationPhase3
    scanner_test.go:513: files 4, bytes 9,134,872, 340.555848ms, 26,823,418 B/s, mem -2,216
--- PASS: TestScannerTranslationPhase3 (0.51s)
=== RUN   TestScannerCSmith
    scanner_test.go:579: files 25, bytes 3,247,933, ok 25 in 10.084134478s
--- PASS: TestScannerCSmith (10.08s)
=== RUN   TestTranslateSQLite
=== RUN   TestTranslateSQLite/shell.c
    type_test.go:61: sources 252, bytes 2,972,792, 133.098495ms, 22,335,278 B/s, mem 59,415,392
=== RUN   TestTranslateSQLite/shell.c/gnu
    type_test.go:61: sources 251, bytes 2,969,595, 143.878164ms, 20,639,650 B/s, mem 5,486,696
=== RUN   TestTranslateSQLite/sqlite3.c
    type_test.go:61: sources 189, bytes 9,246,528, 673.586377ms, 13,727,308 B/s, mem 279,023,880
=== RUN   TestTranslateSQLite/sqlite3.c/gnu
    type_test.go:61: sources 238, bytes 9,492,137, 720.370838ms, 13,176,736 B/s, mem 37,305,392
--- PASS: TestTranslateSQLite (2.80s)
    --- PASS: TestTranslateSQLite/shell.c (0.31s)
    --- PASS: TestTranslateSQLite/shell.c/gnu (0.40s)
    --- PASS: TestTranslateSQLite/sqlite3.c (0.99s)
    --- PASS: TestTranslateSQLite/sqlite3.c/gnu (1.10s)
=== RUN   TestTranslateTCC
=== RUN   TestTranslateTCC/tests/tests2
    type_test.go:354: files 86, sources 2,724, bytes 15,448,369, ok 84, 472.974153ms, 32,662,184 B/s, mem 4,245,048
=== RUN   TestTranslateTCC/tests/tests2/gnu
    type_test.go:354: files 86, sources 2,652, bytes 15,225,819, ok 84, 547.826582ms, 27,793,136 B/s, mem 2,351,872
=== CONT  TestTranslateTCC
    type_test.go:125: ok 168
--- PASS: TestTranslateTCC (1.73s)
    --- PASS: TestTranslateTCC/tests/tests2 (0.83s)
    --- PASS: TestTranslateTCC/tests/tests2/gnu (0.90s)
=== RUN   TestTranslateGCC
=== RUN   TestTranslateGCC/gcc/testsuite/gcc.c-torture/compile
    type_test.go:354: files 1,730, sources 5,457, bytes 26,894,261, ok 1,718, 8.269339271s, 3,252,286 B/s, mem 3,179,984
=== RUN   TestTranslateGCC/gcc/testsuite/gcc.c-torture/compile/gnu
    type_test.go:354: files 1,753, sources 5,520, bytes 28,777,220, ok 1,753, 8.207964919s, 3,506,011 B/s, mem 323,368
=== RUN   TestTranslateGCC/gcc/testsuite/gcc.c-torture/execute
    type_test.go:354: files 1,638, sources 10,942, bytes 59,061,334, ok 1,628, 2.391597629s, 24,695,347 B/s, mem 912,320
=== RUN   TestTranslateGCC/gcc/testsuite/gcc.c-torture/execute/gnu
    type_test.go:354: files 1,662, sources 10,942, bytes 60,788,529, ok 1,662, 2.686134761s, 22,630,483 B/s, mem 852,184
=== CONT  TestTranslateGCC
    type_test.go:151: ok 6,761
--- PASS: TestTranslateGCC (23.20s)
    --- PASS: TestTranslateGCC/gcc/testsuite/gcc.c-torture/compile (8.75s)
    --- PASS: TestTranslateGCC/gcc/testsuite/gcc.c-torture/compile/gnu (8.61s)
    --- PASS: TestTranslateGCC/gcc/testsuite/gcc.c-torture/execute (2.77s)
    --- PASS: TestTranslateGCC/gcc/testsuite/gcc.c-torture/execute/gnu (3.07s)
=== RUN   TestAbstractDeclarator
--- PASS: TestAbstractDeclarator (0.00s)
=== RUN   TestAbstractDeclarator2
--- PASS: TestAbstractDeclarator2 (0.00s)
=== RUN   TestDeclarator
--- PASS: TestDeclarator (0.00s)
=== RUN   TestDeclarator2
--- PASS: TestDeclarator2 (0.00s)
=== RUN   TestTranslateCSmith
    type_test.go:692: files 18, bytes 2,102,211, ok 18 in 10.044708969s
--- PASS: TestTranslateCSmith (10.04s)
=== RUN   ExampleAbstractDeclarator_ptr
--- PASS: ExampleAbstractDeclarator_ptr (0.00s)
=== RUN   ExampleAbstractDeclarator_decl
--- PASS: ExampleAbstractDeclarator_decl (0.00s)
=== RUN   ExampleAdditiveExpression_mul
--- PASS: ExampleAdditiveExpression_mul (0.00s)
=== RUN   ExampleAdditiveExpression_add
--- PASS: ExampleAdditiveExpression_add (0.00s)
=== RUN   ExampleAdditiveExpression_sub
--- PASS: ExampleAdditiveExpression_sub (0.00s)
=== RUN   ExampleAlignmentSpecifier_alignasType
--- PASS: ExampleAlignmentSpecifier_alignasType (0.00s)
=== RUN   ExampleAlignmentSpecifier_alignasExpr
--- PASS: ExampleAlignmentSpecifier_alignasExpr (0.00s)
=== RUN   ExampleAndExpression_eq
--- PASS: ExampleAndExpression_eq (0.00s)
=== RUN   ExampleAndExpression_and
--- PASS: ExampleAndExpression_and (0.00s)
=== RUN   ExampleArgumentExpressionList_case0
--- PASS: ExampleArgumentExpressionList_case0 (0.00s)
=== RUN   ExampleArgumentExpressionList_case1
--- PASS: ExampleArgumentExpressionList_case1 (0.00s)
=== RUN   ExampleAsm_case0
--- PASS: ExampleAsm_case0 (0.00s)
=== RUN   ExampleAsmArgList_case0
--- PASS: ExampleAsmArgList_case0 (0.00s)
=== RUN   ExampleAsmArgList_case1
--- PASS: ExampleAsmArgList_case1 (0.00s)
=== RUN   ExampleAsmExpressionList_case0
--- PASS: ExampleAsmExpressionList_case0 (0.00s)
=== RUN   ExampleAsmExpressionList_case1
--- PASS: ExampleAsmExpressionList_case1 (0.00s)
=== RUN   ExampleAsmFunctionDefinition_case0
--- PASS: ExampleAsmFunctionDefinition_case0 (0.00s)
=== RUN   ExampleAsmIndex_case0
--- PASS: ExampleAsmIndex_case0 (0.00s)
=== RUN   ExampleAsmQualifier_volatile
--- PASS: ExampleAsmQualifier_volatile (0.00s)
=== RUN   ExampleAsmQualifier_inline
--- PASS: ExampleAsmQualifier_inline (0.00s)
=== RUN   ExampleAsmQualifier_goto
--- PASS: ExampleAsmQualifier_goto (0.00s)
=== RUN   ExampleAsmQualifierList_case0
--- PASS: ExampleAsmQualifierList_case0 (0.00s)
=== RUN   ExampleAsmQualifierList_case1
--- PASS: ExampleAsmQualifierList_case1 (0.00s)
=== RUN   ExampleAsmStatement_case0
--- PASS: ExampleAsmStatement_case0 (0.00s)
=== RUN   ExampleAssignmentExpression_cond
--- PASS: ExampleAssignmentExpression_cond (0.00s)
=== RUN   ExampleAssignmentExpression_assign
--- PASS: ExampleAssignmentExpression_assign (0.00s)
=== RUN   ExampleAssignmentExpression_mul
--- PASS: ExampleAssignmentExpression_mul (0.00s)
=== RUN   ExampleAssignmentExpression_div
--- PASS: ExampleAssignmentExpression_div (0.00s)
=== RUN   ExampleAssignmentExpression_mod
--- PASS: ExampleAssignmentExpression_mod (0.00s)
=== RUN   ExampleAssignmentExpression_add
--- PASS: ExampleAssignmentExpression_add (0.00s)
=== RUN   ExampleAssignmentExpression_sub
--- PASS: ExampleAssignmentExpression_sub (0.00s)
=== RUN   ExampleAssignmentExpression_lsh
--- PASS: ExampleAssignmentExpression_lsh (0.00s)
=== RUN   ExampleAssignmentExpression_rsh
--- PASS: ExampleAssignmentExpression_rsh (0.00s)
=== RUN   ExampleAssignmentExpression_and
--- PASS: ExampleAssignmentExpression_and (0.00s)
=== RUN   ExampleAssignmentExpression_xor
--- PASS: ExampleAssignmentExpression_xor (0.00s)
=== RUN   ExampleAssignmentExpression_or
--- PASS: ExampleAssignmentExpression_or (0.00s)
=== RUN   ExampleAtomicTypeSpecifier_case0
--- PASS: ExampleAtomicTypeSpecifier_case0 (0.00s)
=== RUN   ExampleAttributeSpecifier_case0
--- PASS: ExampleAttributeSpecifier_case0 (0.00s)
=== RUN   ExampleAttributeSpecifierList_case0
--- PASS: ExampleAttributeSpecifierList_case0 (0.00s)
=== RUN   ExampleAttributeSpecifierList_case1
--- PASS: ExampleAttributeSpecifierList_case1 (0.00s)
=== RUN   ExampleAttributeValue_ident
--- PASS: ExampleAttributeValue_ident (0.00s)
=== RUN   ExampleAttributeValue_expr
--- PASS: ExampleAttributeValue_expr (0.00s)
=== RUN   ExampleAttributeValueList_case0
--- PASS: ExampleAttributeValueList_case0 (0.00s)
=== RUN   ExampleAttributeValueList_case1
--- PASS: ExampleAttributeValueList_case1 (0.00s)
=== RUN   ExampleBlockItem_decl
--- PASS: ExampleBlockItem_decl (0.00s)
=== RUN   ExampleBlockItem_stmt
--- PASS: ExampleBlockItem_stmt (0.00s)
=== RUN   ExampleBlockItem_label
--- PASS: ExampleBlockItem_label (0.00s)
=== RUN   ExampleBlockItem_funcDef
--- PASS: ExampleBlockItem_funcDef (0.00s)
=== RUN   ExampleBlockItem_pragma
--- PASS: ExampleBlockItem_pragma (0.00s)
=== RUN   ExampleBlockItemList_case0
--- PASS: ExampleBlockItemList_case0 (0.00s)
=== RUN   ExampleBlockItemList_case1
--- PASS: ExampleBlockItemList_case1 (0.00s)
=== RUN   ExampleCastExpression_unary
--- PASS: ExampleCastExpression_unary (0.00s)
=== RUN   ExampleCastExpression_cast
--- PASS: ExampleCastExpression_cast (0.00s)
=== RUN   ExampleCompoundStatement_case0
--- PASS: ExampleCompoundStatement_case0 (0.00s)
=== RUN   ExampleConditionalExpression_lOr
--- PASS: ExampleConditionalExpression_lOr (0.00s)
=== RUN   ExampleConditionalExpression_cond
--- PASS: ExampleConditionalExpression_cond (0.00s)
=== RUN   ExampleConstantExpression_case0
--- PASS: ExampleConstantExpression_case0 (0.00s)
=== RUN   ExampleDeclaration_case0
--- PASS: ExampleDeclaration_case0 (0.00s)
=== RUN   ExampleDeclarationList_case0
--- PASS: ExampleDeclarationList_case0 (0.00s)
=== RUN   ExampleDeclarationList_case1
--- PASS: ExampleDeclarationList_case1 (0.00s)
=== RUN   ExampleDeclarationSpecifiers_storage
--- PASS: ExampleDeclarationSpecifiers_storage (0.00s)
=== RUN   ExampleDeclarationSpecifiers_typeSpec
--- PASS: ExampleDeclarationSpecifiers_typeSpec (0.00s)
=== RUN   ExampleDeclarationSpecifiers_typeQual
--- PASS: ExampleDeclarationSpecifiers_typeQual (0.00s)
=== RUN   ExampleDeclarationSpecifiers_func
--- PASS: ExampleDeclarationSpecifiers_func (0.00s)
=== RUN   ExampleDeclarationSpecifiers_alignSpec
--- PASS: ExampleDeclarationSpecifiers_alignSpec (0.00s)
=== RUN   ExampleDeclarationSpecifiers_attribute
--- PASS: ExampleDeclarationSpecifiers_attribute (0.00s)
=== RUN   ExampleDeclarator_case0
--- PASS: ExampleDeclarator_case0 (0.00s)
=== RUN   ExampleDesignation_case0
--- PASS: ExampleDesignation_case0 (0.00s)
=== RUN   ExampleDesignator_index
--- PASS: ExampleDesignator_index (0.00s)
=== RUN   ExampleDesignator_field
--- PASS: ExampleDesignator_field (0.00s)
=== RUN   ExampleDesignator_field2
--- PASS: ExampleDesignator_field2 (0.00s)
=== RUN   ExampleDesignatorList_case0
--- PASS: ExampleDesignatorList_case0 (0.00s)
=== RUN   ExampleDesignatorList_case1
--- PASS: ExampleDesignatorList_case1 (0.00s)
=== RUN   ExampleDirectAbstractDeclarator_decl
--- PASS: ExampleDirectAbstractDeclarator_decl (0.00s)
=== RUN   ExampleDirectAbstractDeclarator_arr
--- PASS: ExampleDirectAbstractDeclarator_arr (0.00s)
=== RUN   ExampleDirectAbstractDeclarator_staticArr
--- PASS: ExampleDirectAbstractDeclarator_staticArr (0.00s)
=== RUN   ExampleDirectAbstractDeclarator_arrStatic
--- PASS: ExampleDirectAbstractDeclarator_arrStatic (0.00s)
=== RUN   ExampleDirectAbstractDeclarator_arrStar
--- PASS: ExampleDirectAbstractDeclarator_arrStar (0.00s)
=== RUN   ExampleDirectAbstractDeclarator_func
--- PASS: ExampleDirectAbstractDeclarator_func (0.00s)
=== RUN   ExampleDirectDeclarator_ident
--- PASS: ExampleDirectDeclarator_ident (0.00s)
=== RUN   ExampleDirectDeclarator_decl
--- PASS: ExampleDirectDeclarator_decl (0.00s)
=== RUN   ExampleDirectDeclarator_arr
--- PASS: ExampleDirectDeclarator_arr (0.00s)
=== RUN   ExampleDirectDeclarator_staticArr
--- PASS: ExampleDirectDeclarator_staticArr (0.00s)
=== RUN   ExampleDirectDeclarator_arrStatic
--- PASS: ExampleDirectDeclarator_arrStatic (0.00s)
=== RUN   ExampleDirectDeclarator_star
--- PASS: ExampleDirectDeclarator_star (0.00s)
=== RUN   ExampleDirectDeclarator_funcParam
--- PASS: ExampleDirectDeclarator_funcParam (0.00s)
=== RUN   ExampleDirectDeclarator_funcIdent
--- PASS: ExampleDirectDeclarator_funcIdent (0.00s)
=== RUN   ExampleEnumSpecifier_def
--- PASS: ExampleEnumSpecifier_def (0.00s)
=== RUN   ExampleEnumSpecifier_tag
--- PASS: ExampleEnumSpecifier_tag (0.00s)
=== RUN   ExampleEnumerator_ident
--- PASS: ExampleEnumerator_ident (0.00s)
=== RUN   ExampleEnumerator_expr
--- PASS: ExampleEnumerator_expr (0.00s)
=== RUN   ExampleEnumeratorList_case0
--- PASS: ExampleEnumeratorList_case0 (0.00s)
=== RUN   ExampleEnumeratorList_case1
--- PASS: ExampleEnumeratorList_case1 (0.00s)
=== RUN   ExampleEqualityExpression_rel
--- PASS: ExampleEqualityExpression_rel (0.00s)
=== RUN   ExampleEqualityExpression_eq
--- PASS: ExampleEqualityExpression_eq (0.00s)
=== RUN   ExampleEqualityExpression_neq
--- PASS: ExampleEqualityExpression_neq (0.00s)
=== RUN   ExampleExclusiveOrExpression_and
--- PASS: ExampleExclusiveOrExpression_and (0.00s)
=== RUN   ExampleExclusiveOrExpression_xor
--- PASS: ExampleExclusiveOrExpression_xor (0.00s)
=== RUN   ExampleExpression_assign
--- PASS: ExampleExpression_assign (0.00s)
=== RUN   ExampleExpression_comma
--- PASS: ExampleExpression_comma (0.00s)
=== RUN   ExampleExpressionList_case0
--- PASS: ExampleExpressionList_case0 (0.00s)
=== RUN   ExampleExpressionList_case1
--- PASS: ExampleExpressionList_case1 (0.00s)
=== RUN   ExampleExpressionStatement_case0
--- PASS: ExampleExpressionStatement_case0 (0.00s)
=== RUN   ExampleExternalDeclaration_funcDef
--- PASS: ExampleExternalDeclaration_funcDef (0.00s)
=== RUN   ExampleExternalDeclaration_decl
--- PASS: ExampleExternalDeclaration_decl (0.00s)
=== RUN   ExampleExternalDeclaration_asm
--- PASS: ExampleExternalDeclaration_asm (0.00s)
=== RUN   ExampleExternalDeclaration_asmStmt
--- PASS: ExampleExternalDeclaration_asmStmt (0.00s)
=== RUN   ExampleExternalDeclaration_empty
--- PASS: ExampleExternalDeclaration_empty (0.00s)
=== RUN   ExampleExternalDeclaration_pragma
--- PASS: ExampleExternalDeclaration_pragma (0.00s)
=== RUN   ExampleFunctionDefinition_case0
--- PASS: ExampleFunctionDefinition_case0 (0.00s)
=== RUN   ExampleFunctionSpecifier_inline
--- PASS: ExampleFunctionSpecifier_inline (0.00s)
=== RUN   ExampleFunctionSpecifier_noreturn
--- PASS: ExampleFunctionSpecifier_noreturn (0.00s)
=== RUN   ExampleIdentifierList_case0
--- PASS: ExampleIdentifierList_case0 (0.00s)
=== RUN   ExampleIdentifierList_case1
--- PASS: ExampleIdentifierList_case1 (0.00s)
=== RUN   ExampleInclusiveOrExpression_xor
--- PASS: ExampleInclusiveOrExpression_xor (0.00s)
=== RUN   ExampleInclusiveOrExpression_or
--- PASS: ExampleInclusiveOrExpression_or (0.00s)
=== RUN   ExampleInitDeclarator_decl
--- PASS: ExampleInitDeclarator_decl (0.00s)
=== RUN   ExampleInitDeclarator_init
--- PASS: ExampleInitDeclarator_init (0.00s)
=== RUN   ExampleInitDeclaratorList_case0
--- PASS: ExampleInitDeclaratorList_case0 (0.00s)
=== RUN   ExampleInitDeclaratorList_case1
--- PASS: ExampleInitDeclaratorList_case1 (0.00s)
=== RUN   ExampleInitializer_expr
--- PASS: ExampleInitializer_expr (0.00s)
=== RUN   ExampleInitializer_initList
--- PASS: ExampleInitializer_initList (0.00s)
=== RUN   ExampleInitializerList_case0
--- PASS: ExampleInitializerList_case0 (0.00s)
=== RUN   ExampleInitializerList_case1
--- PASS: ExampleInitializerList_case1 (0.00s)
=== RUN   ExampleIterationStatement_while
--- PASS: ExampleIterationStatement_while (0.00s)
=== RUN   ExampleIterationStatement_do
--- PASS: ExampleIterationStatement_do (0.00s)
=== RUN   ExampleIterationStatement_for
--- PASS: ExampleIterationStatement_for (0.00s)
=== RUN   ExampleIterationStatement_forDecl
--- PASS: ExampleIterationStatement_forDecl (0.00s)
=== RUN   ExampleJumpStatement_goto
--- PASS: ExampleJumpStatement_goto (0.00s)
=== RUN   ExampleJumpStatement_gotoExpr
--- PASS: ExampleJumpStatement_gotoExpr (0.00s)
=== RUN   ExampleJumpStatement_continue
--- PASS: ExampleJumpStatement_continue (0.00s)
=== RUN   ExampleJumpStatement_break
--- PASS: ExampleJumpStatement_break (0.00s)
=== RUN   ExampleJumpStatement_return
--- PASS: ExampleJumpStatement_return (0.00s)
=== RUN   ExampleLabelDeclaration_case0
--- PASS: ExampleLabelDeclaration_case0 (0.00s)
=== RUN   ExampleLabeledStatement_label
--- PASS: ExampleLabeledStatement_label (0.00s)
=== RUN   ExampleLabeledStatement_caseLabel
--- PASS: ExampleLabeledStatement_caseLabel (0.00s)
=== RUN   ExampleLabeledStatement_range
--- PASS: ExampleLabeledStatement_range (0.00s)
=== RUN   ExampleLabeledStatement_default
--- PASS: ExampleLabeledStatement_default (0.00s)
=== RUN   ExampleLogicalAndExpression_or
--- PASS: ExampleLogicalAndExpression_or (0.00s)
=== RUN   ExampleLogicalAndExpression_lAnd
--- PASS: ExampleLogicalAndExpression_lAnd (0.00s)
=== RUN   ExampleLogicalOrExpression_lAnd
--- PASS: ExampleLogicalOrExpression_lAnd (0.00s)
=== RUN   ExampleLogicalOrExpression_lOr
--- PASS: ExampleLogicalOrExpression_lOr (0.00s)
=== RUN   ExampleMultiplicativeExpression_cast
--- PASS: ExampleMultiplicativeExpression_cast (0.00s)
=== RUN   ExampleMultiplicativeExpression_mul
--- PASS: ExampleMultiplicativeExpression_mul (0.00s)
=== RUN   ExampleMultiplicativeExpression_div
--- PASS: ExampleMultiplicativeExpression_div (0.00s)
=== RUN   ExampleMultiplicativeExpression_mod
--- PASS: ExampleMultiplicativeExpression_mod (0.00s)
=== RUN   ExampleParameterDeclaration_decl
--- PASS: ExampleParameterDeclaration_decl (0.00s)
=== RUN   ExampleParameterDeclaration_abstract
--- PASS: ExampleParameterDeclaration_abstract (0.00s)
=== RUN   ExampleParameterList_case0
--- PASS: ExampleParameterList_case0 (0.00s)
=== RUN   ExampleParameterList_case1
--- PASS: ExampleParameterList_case1 (0.00s)
=== RUN   ExampleParameterTypeList_list
--- PASS: ExampleParameterTypeList_list (0.00s)
=== RUN   ExampleParameterTypeList_var
--- PASS: ExampleParameterTypeList_var (0.00s)
=== RUN   ExamplePointer_typeQual
--- PASS: ExamplePointer_typeQual (0.00s)
=== RUN   ExamplePointer_ptr
--- PASS: ExamplePointer_ptr (0.00s)
=== RUN   ExamplePostfixExpression_primary
--- PASS: ExamplePostfixExpression_primary (0.00s)
=== RUN   ExamplePostfixExpression_index
--- PASS: ExamplePostfixExpression_index (0.00s)
=== RUN   ExamplePostfixExpression_call
--- PASS: ExamplePostfixExpression_call (0.00s)
=== RUN   ExamplePostfixExpression_select
--- PASS: ExamplePostfixExpression_select (0.00s)
=== RUN   ExamplePostfixExpression_pSelect
--- PASS: ExamplePostfixExpression_pSelect (0.00s)
=== RUN   ExamplePostfixExpression_inc
--- PASS: ExamplePostfixExpression_inc (0.00s)
=== RUN   ExamplePostfixExpression_dec
--- PASS: ExamplePostfixExpression_dec (0.00s)
=== RUN   ExamplePostfixExpression_complit
--- PASS: ExamplePostfixExpression_complit (0.00s)
=== RUN   ExamplePostfixExpression_typeCmp
--- PASS: ExamplePostfixExpression_typeCmp (0.00s)
=== RUN   ExamplePostfixExpression_chooseExpr
--- PASS: ExamplePostfixExpression_chooseExpr (0.00s)
=== RUN   ExamplePragmaSTDC_case0
--- PASS: ExamplePragmaSTDC_case0 (0.00s)
=== RUN   ExamplePrimaryExpression_ident
--- PASS: ExamplePrimaryExpression_ident (0.00s)
=== RUN   ExamplePrimaryExpression_int
--- PASS: ExamplePrimaryExpression_int (0.00s)
=== RUN   ExamplePrimaryExpression_float
--- PASS: ExamplePrimaryExpression_float (0.00s)
=== RUN   ExamplePrimaryExpression_enum
--- PASS: ExamplePrimaryExpression_enum (0.00s)
=== RUN   ExamplePrimaryExpression_char
--- PASS: ExamplePrimaryExpression_char (0.00s)
=== RUN   ExamplePrimaryExpression_lChar
--- PASS: ExamplePrimaryExpression_lChar (0.00s)
=== RUN   ExamplePrimaryExpression_string
--- PASS: ExamplePrimaryExpression_string (0.00s)
=== RUN   ExamplePrimaryExpression_lString
--- PASS: ExamplePrimaryExpression_lString (0.00s)
=== RUN   ExamplePrimaryExpression_expr
--- PASS: ExamplePrimaryExpression_expr (0.00s)
=== RUN   ExamplePrimaryExpression_stmt
--- PASS: ExamplePrimaryExpression_stmt (0.00s)
=== RUN   ExampleRelationalExpression_shift
--- PASS: ExampleRelationalExpression_shift (0.00s)
=== RUN   ExampleRelationalExpression_lt
--- PASS: ExampleRelationalExpression_lt (0.00s)
=== RUN   ExampleRelationalExpression_gt
--- PASS: ExampleRelationalExpression_gt (0.00s)
=== RUN   ExampleRelationalExpression_leq
--- PASS: ExampleRelationalExpression_leq (0.00s)
=== RUN   ExampleRelationalExpression_geq
--- PASS: ExampleRelationalExpression_geq (0.00s)
=== RUN   ExampleSelectionStatement_if
--- PASS: ExampleSelectionStatement_if (0.00s)
=== RUN   ExampleSelectionStatement_ifElse
--- PASS: ExampleSelectionStatement_ifElse (0.00s)
=== RUN   ExampleSelectionStatement_switch
--- PASS: ExampleSelectionStatement_switch (0.00s)
=== RUN   ExampleShiftExpression_add
--- PASS: ExampleShiftExpression_add (0.00s)
=== RUN   ExampleShiftExpression_lsh
--- PASS: ExampleShiftExpression_lsh (0.00s)
=== RUN   ExampleShiftExpression_rsh
--- PASS: ExampleShiftExpression_rsh (0.00s)
=== RUN   ExampleSpecifierQualifierList_typeSpec
--- PASS: ExampleSpecifierQualifierList_typeSpec (0.00s)
=== RUN   ExampleSpecifierQualifierList_typeQual
--- PASS: ExampleSpecifierQualifierList_typeQual (0.00s)
=== RUN   ExampleSpecifierQualifierList_alignSpec
--- PASS: ExampleSpecifierQualifierList_alignSpec (0.00s)
=== RUN   ExampleSpecifierQualifierList_attribute
--- PASS: ExampleSpecifierQualifierList_attribute (0.00s)
=== RUN   ExampleStatement_labeled
--- PASS: ExampleStatement_labeled (0.00s)
=== RUN   ExampleStatement_compound
--- PASS: ExampleStatement_compound (0.00s)
=== RUN   ExampleStatement_expr
--- PASS: ExampleStatement_expr (0.00s)
=== RUN   ExampleStatement_selection
--- PASS: ExampleStatement_selection (0.00s)
=== RUN   ExampleStatement_iteration
--- PASS: ExampleStatement_iteration (0.00s)
=== RUN   ExampleStatement_jump
--- PASS: ExampleStatement_jump (0.00s)
=== RUN   ExampleStatement_asm
--- PASS: ExampleStatement_asm (0.00s)
=== RUN   ExampleStorageClassSpecifier_typedef
--- PASS: ExampleStorageClassSpecifier_typedef (0.00s)
=== RUN   ExampleStorageClassSpecifier_extern
--- PASS: ExampleStorageClassSpecifier_extern (0.00s)
=== RUN   ExampleStorageClassSpecifier_static
--- PASS: ExampleStorageClassSpecifier_static (0.00s)
=== RUN   ExampleStorageClassSpecifier_auto
--- PASS: ExampleStorageClassSpecifier_auto (0.00s)
=== RUN   ExampleStorageClassSpecifier_register
--- PASS: ExampleStorageClassSpecifier_register (0.00s)
=== RUN   ExampleStorageClassSpecifier_threadLocal
--- PASS: ExampleStorageClassSpecifier_threadLocal (0.00s)
=== RUN   ExampleStructDeclaration_case0
--- PASS: ExampleStructDeclaration_case0 (0.00s)
=== RUN   ExampleStructDeclarationList_case0
--- PASS: ExampleStructDeclarationList_case0 (0.00s)
=== RUN   ExampleStructDeclarationList_case1
--- PASS: ExampleStructDeclarationList_case1 (0.00s)
=== RUN   ExampleStructDeclarator_decl
--- PASS: ExampleStructDeclarator_decl (0.00s)
=== RUN   ExampleStructDeclarator_bitField
--- PASS: ExampleStructDeclarator_bitField (0.00s)
=== RUN   ExampleStructDeclaratorList_case0
--- PASS: ExampleStructDeclaratorList_case0 (0.00s)
=== RUN   ExampleStructDeclaratorList_case1
--- PASS: ExampleStructDeclaratorList_case1 (0.00s)
=== RUN   ExampleStructOrUnion_struct
--- PASS: ExampleStructOrUnion_struct (0.00s)
=== RUN   ExampleStructOrUnion_union
--- PASS: ExampleStructOrUnion_union (0.00s)
=== RUN   ExampleStructOrUnionSpecifier_def
--- PASS: ExampleStructOrUnionSpecifier_def (0.00s)
=== RUN   ExampleStructOrUnionSpecifier_tag
--- PASS: ExampleStructOrUnionSpecifier_tag (0.00s)
=== RUN   ExampleTranslationUnit_case0
--- PASS: ExampleTranslationUnit_case0 (0.00s)
=== RUN   ExampleTranslationUnit_case1
--- PASS: ExampleTranslationUnit_case1 (0.00s)
=== RUN   ExampleTypeName_case0
--- PASS: ExampleTypeName_case0 (0.00s)
=== RUN   ExampleTypeQualifier_const
--- PASS: ExampleTypeQualifier_const (0.00s)
=== RUN   ExampleTypeQualifier_restrict
--- PASS: ExampleTypeQualifier_restrict (0.00s)
=== RUN   ExampleTypeQualifier_volatile
--- PASS: ExampleTypeQualifier_volatile (0.00s)
=== RUN   ExampleTypeQualifier_atomic
--- PASS: ExampleTypeQualifier_atomic (0.00s)
=== RUN   ExampleTypeQualifiers_typeQual
--- PASS: ExampleTypeQualifiers_typeQual (0.00s)
=== RUN   ExampleTypeQualifiers_attribute
--- PASS: ExampleTypeQualifiers_attribute (0.00s)
=== RUN   ExampleTypeQualifiers_case2
--- PASS: ExampleTypeQualifiers_case2 (0.00s)
=== RUN   ExampleTypeQualifiers_case3
--- PASS: ExampleTypeQualifiers_case3 (0.00s)
=== RUN   ExampleTypeSpecifier_void
--- PASS: ExampleTypeSpecifier_void (0.00s)
=== RUN   ExampleTypeSpecifier_char
--- PASS: ExampleTypeSpecifier_char (0.00s)
=== RUN   ExampleTypeSpecifier_short
--- PASS: ExampleTypeSpecifier_short (0.00s)
=== RUN   ExampleTypeSpecifier_int
--- PASS: ExampleTypeSpecifier_int (0.00s)
=== RUN   ExampleTypeSpecifier_int8
--- PASS: ExampleTypeSpecifier_int8 (0.00s)
=== RUN   ExampleTypeSpecifier_int16
--- PASS: ExampleTypeSpecifier_int16 (0.00s)
=== RUN   ExampleTypeSpecifier_int32
--- PASS: ExampleTypeSpecifier_int32 (0.00s)
=== RUN   ExampleTypeSpecifier_int64
--- PASS: ExampleTypeSpecifier_int64 (0.00s)
=== RUN   ExampleTypeSpecifier_int128
--- PASS: ExampleTypeSpecifier_int128 (0.00s)
=== RUN   ExampleTypeSpecifier_long
--- PASS: ExampleTypeSpecifier_long (0.00s)
=== RUN   ExampleTypeSpecifier_float
--- PASS: ExampleTypeSpecifier_float (0.00s)
=== RUN   ExampleTypeSpecifier_float16
--- PASS: ExampleTypeSpecifier_float16 (0.00s)
=== RUN   ExampleTypeSpecifier_decimal32
--- PASS: ExampleTypeSpecifier_decimal32 (0.00s)
=== RUN   ExampleTypeSpecifier_decimal64
--- PASS: ExampleTypeSpecifier_decimal64 (0.00s)
=== RUN   ExampleTypeSpecifier_decimal128
--- PASS: ExampleTypeSpecifier_decimal128 (0.00s)
=== RUN   ExampleTypeSpecifier_float128
--- PASS: ExampleTypeSpecifier_float128 (0.00s)
=== RUN   ExampleTypeSpecifier_float80
--- PASS: ExampleTypeSpecifier_float80 (0.00s)
=== RUN   ExampleTypeSpecifier_double
--- PASS: ExampleTypeSpecifier_double (0.00s)
=== RUN   ExampleTypeSpecifier_signed
--- PASS: ExampleTypeSpecifier_signed (0.00s)
=== RUN   ExampleTypeSpecifier_unsigned
--- PASS: ExampleTypeSpecifier_unsigned (0.00s)
=== RUN   ExampleTypeSpecifier_bool
--- PASS: ExampleTypeSpecifier_bool (0.00s)
=== RUN   ExampleTypeSpecifier_complex
--- PASS: ExampleTypeSpecifier_complex (0.00s)
=== RUN   ExampleTypeSpecifier_structOrUnion
--- PASS: ExampleTypeSpecifier_structOrUnion (0.00s)
=== RUN   ExampleTypeSpecifier_enum
--- PASS: ExampleTypeSpecifier_enum (0.00s)
=== RUN   ExampleTypeSpecifier_typedefName
--- PASS: ExampleTypeSpecifier_typedefName (0.00s)
=== RUN   ExampleTypeSpecifier_typeofExpr
--- PASS: ExampleTypeSpecifier_typeofExpr (0.00s)
=== RUN   ExampleTypeSpecifier_typeofType
--- PASS: ExampleTypeSpecifier_typeofType (0.00s)
=== RUN   ExampleTypeSpecifier_atomic
--- PASS: ExampleTypeSpecifier_atomic (0.00s)
=== RUN   ExampleTypeSpecifier_fract
--- PASS: ExampleTypeSpecifier_fract (0.00s)
=== RUN   ExampleTypeSpecifier_sat
--- PASS: ExampleTypeSpecifier_sat (0.00s)
=== RUN   ExampleTypeSpecifier_accum
--- PASS: ExampleTypeSpecifier_accum (0.00s)
=== RUN   ExampleTypeSpecifier_float32
--- PASS: ExampleTypeSpecifier_float32 (0.00s)
=== RUN   ExampleTypeSpecifier_float64
--- PASS: ExampleTypeSpecifier_float64 (0.00s)
=== RUN   ExampleTypeSpecifier_float32x
--- PASS: ExampleTypeSpecifier_float32x (0.00s)
=== RUN   ExampleTypeSpecifier_float64x
--- PASS: ExampleTypeSpecifier_float64x (0.00s)
=== RUN   ExampleUnaryExpression_postfix
--- PASS: ExampleUnaryExpression_postfix (0.00s)
=== RUN   ExampleUnaryExpression_inc
--- PASS: ExampleUnaryExpression_inc (0.00s)
=== RUN   ExampleUnaryExpression_dec
--- PASS: ExampleUnaryExpression_dec (0.00s)
=== RUN   ExampleUnaryExpression_addrof
--- PASS: ExampleUnaryExpression_addrof (0.00s)
=== RUN   ExampleUnaryExpression_deref
--- PASS: ExampleUnaryExpression_deref (0.00s)
=== RUN   ExampleUnaryExpression_plus
--- PASS: ExampleUnaryExpression_plus (0.00s)
=== RUN   ExampleUnaryExpression_minus
--- PASS: ExampleUnaryExpression_minus (0.00s)
=== RUN   ExampleUnaryExpression_cpl
--- PASS: ExampleUnaryExpression_cpl (0.00s)
=== RUN   ExampleUnaryExpression_not
--- PASS: ExampleUnaryExpression_not (0.00s)
=== RUN   ExampleUnaryExpression_sizeofExpr
--- PASS: ExampleUnaryExpression_sizeofExpr (0.00s)
=== RUN   ExampleUnaryExpression_sizeofType
--- PASS: ExampleUnaryExpression_sizeofType (0.00s)
=== RUN   ExampleUnaryExpression_labelAddr
--- PASS: ExampleUnaryExpression_labelAddr (0.00s)
=== RUN   ExampleUnaryExpression_alignofExpr
--- PASS: ExampleUnaryExpression_alignofExpr (0.00s)
=== RUN   ExampleUnaryExpression_alignofType
--- PASS: ExampleUnaryExpression_alignofType (0.00s)
=== RUN   ExampleUnaryExpression_imag
--- PASS: ExampleUnaryExpression_imag (0.00s)
=== RUN   ExampleUnaryExpression_real
--- PASS: ExampleUnaryExpression_real (0.00s)
=== RUN   ExampleInitDeclaratorList_uCN
--- PASS: ExampleInitDeclaratorList_uCN (0.00s)
=== RUN   ExampleDirectDeclarator_line
--- PASS: ExampleDirectDeclarator_line (0.00s)
=== RUN   ExampleDirectDeclarator_line2
--- PASS: ExampleDirectDeclarator_line2 (0.00s)
=== RUN   ExamplePrimaryExpression_stringLiteral
--- PASS: ExamplePrimaryExpression_stringLiteral (0.00s)
PASS
ok  	modernc.org/cc/v3	86.522s
Thu Jan 21 16:01:58 CET 2021
