blob: aae2dcee311659750e850c9c127f2c507f8b4406 (
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, [''])
test('T13233', normal, compile_fail, [''])
test('T13233_elab', normal, compile_fail, ['-fprint-typechecker-elaboration'])
|