scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

scc-tests.lst (3409B)


      1 0001-sanity.c
      2 0002-expr.c
      3 0003-local.c
      4 0004-pointer.c
      5 0005-ifstmt.c
      6 0006-whilestmt.c
      7 0007-forstmt.c
      8 0008-dowhilestmt.c
      9 0009-expr.c
     10 0010-goto.c
     11 0011-assign.c
     12 0012-expr.c
     13 0013-addridx.c
     14 0014-assignidx.c
     15 0015-localarray.c
     16 0016-addrarray.c
     17 0017-struct.c
     18 0018-structptr.c
     19 0019-selfrefstruct.c
     20 0020-ptrptr.c
     21 0021-intfunc.c
     22 0022-typedef.c
     23 0023-global.c
     24 0024-typedefstruct.c
     25 0025-string.c
     26 0026-implicitret.c
     27 0027-charval.c
     28 0028-bor.c
     29 0029-band.c
     30 0030-bxor.c
     31 0031-relop.c
     32 0032-indec.c
     33 0033-ptrindec.c
     34 0034-logandor.c
     35 0035-breakcont.c
     36 0036-notneg.c
     37 0037-assignop.c
     38 0038-ptradd.c
     39 0039-sizeof.c
     40 0040-cast.c
     41 0041-queen.c
     42 0042-prime.c
     43 0043-union.c
     44 0044-struct.c
     45 0045-struct.c
     46 0046-inits.c
     47 0048-inits.c
     48 0049-inits.c
     49 0050-inits.c
     50 0052-switch.c
     51 0053-struct.c
     52 0054-struct.c
     53 0055-enum.c
     54 0056-enum.c
     55 0057-duff.c
     56 0058-bug.c
     57 0059-multistring.c
     58 0060-charlit.c
     59 0061-comments.c
     60 0062-include.c
     61 0063-define.c
     62 0064-sysinclude.c
     63 0065-ifdef.c
     64 0066-cppelse.c
     65 0067-define.c
     66 0068-funclikemacro.c
     67 0069-funclikemacro.c
     68 0070-cppif.c
     69 0071-cppelif.c
     70 0072-cppelif.c
     71 0073-ifndef.c
     72 0074-undef.c
     73 0075-ptraddasn.c
     74 0076-ptrsubasn.c
     75 0077-defined.c
     76 0078-dirifexpr.c
     77 0079-cond.c
     78 0080-arrays.c
     79 0081-calls.c
     80 0082-bug.c
     81 0083-voidret.c
     82 0084-longlong.c
     83 0085-ulonglong.c
     84 0089-short.c
     85 0090-fptr.c
     86 0091-fptr.c
     87 0092-fptr.c
     88 0093-arrayinit.c
     89 0094-arrayinit.c
     90 0095-arrayselector.c
     91 0096-inferredarraysize.c
     92 0097-extern.c
     93 0098-tentative.c
     94 0099-tentative.c
     95 0102-bug.c
     96 0103-voidparm.c
     97 0104-qbebug.c
     98 0105-shl.c
     99 0106-ppcast.c
    100 0107-bnot.c
    101 0108-bug.c
    102 0109-struct.c
    103 0110-typedefcast.c
    104 0111-doubledef.c
    105 0112-cond.c
    106 0113-externredecl.c
    107 0114-shortassig.c
    108 0115-null_comparision.c
    109 0116-floatcmp.c [TODO]
    110 0117-pointarith.c
    111 0118-voidmain.c
    112 0119-macrostr.c
    113 0120-funpar.c
    114 0121-localinit.c
    115 0122-localinit.c
    116 0123-doubleconst.c [TODO]
    117 0124-enumstruct.c
    118 0125-fundcl.c
    119 0126-macropar.c
    120 0127-doublecte.c [TODO]
    121 0128-kr_names.c
    122 0129-initi.c [TODO]
    123 0130-mulpars.c
    124 0131-hello.c
    125 0132-forward.c
    126 0133-ftn_ptr.c
    127 0134-arith.c
    128 0135-unary.c
    129 0136-if.c
    130 0137-int_cast.c
    131 0138-namespace.c
    132 0139-ptr_ary.c
    133 0140-int_fold.c
    134 0141-int_iden.c
    135 0142-char_const.c
    136 0143-int_const.c
    137 0144-long_const.c
    138 0145-llong_const.c
    139 0146-ifdef.c
    140 0147-intern_cpp.c
    141 0148-cpp_string.c
    142 0149-define.c
    143 0150-define.c
    144 0151-vararg.c
    145 0152-cat.c
    146 0153-cpp_string.c
    147 0154-if_defined.c
    148 0155-struct_compl.c [TODO]
    149 0156-duff2.c
    150 0157-list.c
    151 0158-ternary.c
    152 0159-typedef.c
    153 0160-cpp_if.c
    154 0161-struct.c [TODO]
    155 0162-array.c
    156 0163-array.c
    157 0164-struct.c [TODO]
    158 0165-struct.c [TODO]
    159 0166-desig.c [TODO]
    160 0167-array.c
    161 0168-array.c
    162 0169-string.c [TODO]
    163 0170-line.c
    164 0171-macros.c
    165 0172-hexa.c
    166 0173-macro.c
    167 0174-decay.c
    168 0175-defined.c
    169 0176-macro.c
    170 0177-literal.c [TODO]
    171 0178-include.c
    172 0179-sizeof.c
    173 0180-incomplete.c
    174 0181-stringize.c
    175 0182-voidcast.c
    176 0183-negenum.c
    177 0184-esc_macro.c
    178 0185-esc_macro2.c
    179 0186-dec_ary.c
    180 0187-zero_struct.c
    181 0188-multi_string.c [TODO]
    182 0189-cpp.c [TODO]
    183 0190-enum_ary.c
    184 0191-ary_addr.c
    185 0192-ptrcmp.c
    186 0193-incomplete.c
    187 0194-vararg.c
    188 0195-unexpected.c
    189 0196-invalidchar.c
    190 0197-cppcomment.c
    191 0198-nullcpp.c
    192 0199-voidpcast.c
    193 0200-cpp.c [TODO]
    194 0201-cpp.c
    195 0202-variadic.c [TODO]
    196 0203-comment.c
    197 0204-cast.c
    198 0205-cpparg.c
    199 0206-initializer.c
    200 0207-structcb.c
    201 0208-sizeof.c
    202 0209-dowhile.c
    203 0210-flexible.c
    204 0211-enum.c
    205 0212-krtypes.c
    206 0213-decay.c [TODO]
    207 0214-va_copy.c
    208 0215-ret_struct.c
    209 0216-initialize.c [TODO]
    210 0217-lchar.c
    211 0218-initialize.c [TODO]
    212 0219-abbrev.c
    213 0220-comma.c
    214 0221-ifdef.c
    215 0222-ifdef.c
    216 0223-macro.c
    217 0224-macro.c
    218 0225-func.c
    219 0226-pointer.c