1# RUN: not llvm-mc --fatal-warnings %s 2>&1 | FileCheck %s
2
3# CHECK: error: .warning directive invoked in source file
4.warning
5