[libc++] Simplify the implementation of iostream.cpp (#124103)
[llvm-project.git] / llvm / test / Assembler / invalid-c-style-comment2.ll
blob2a759d84682e6ed6b8dae5bfcabfb9a2b6d50fbb
1 ; RUN: not llvm-as --disable-output %s 2>&1 | FileCheck %s -DFILE=%s
3 @B = external global i32
5 ; CHECK: [[FILE]]:[[@LINE+1]]:2: error: expected top-level entity
6 */