blob: 7e25b5f69335e890b630ff9d1bca86d9dc41d5c8 (
plain)
1
2
3
4
5
|
# 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, [''])
|