1; RUN: not opt -S < %s 2>&1 | FileCheck %s
2
3!named = !{!0}
4; CHECK: invalid expression
5!0 = !DIExpression(DW_OP_swap)
6