• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
2
3        .file "hello"
4        .file 1 "world"
5
6# CHECK: .file "hello"
7# CHECK: .file 1 "world"
8
9