Alok Kumar Sharma | 2d10258 | 2020-07-20 19:50:37 +0530 | [diff] [blame] | 1 | ; RUN: not llvm-as -disable-output <%s 2>&1 | FileCheck %s |
2 | |||||
3 | !named = !{!0} | ||||
4 | !0 = !DICompositeType(tag: DW_TAG_structure_type, name: "A", size: 64, associated: !DIExpression(DW_OP_constu, 6789)) | ||||
5 | |||||
6 | ; CHECK: associated can only appear in array type |