blob: 970c1577ca45328509c4f2fde94690cd3b567103 (
plain)
1
2
3
4
5
6
7
|
# Tests for code generator and CMM parser
# Only the LLVM code generator consistently forces the alignment of
# memcpy operations
test('T8131', [cmm_src, only_ways(llvm_ways)], compile_fail, ['-no-hs-main'])
test('T13233', normal, compile_fail, [''])
test('T13233_elab', normal, compile_fail, ['-fprint-typechecker-elaboration'])
|