directive_file.s 312 B

12345678910
  1. # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
  2. # RUN: llvm-mc -triple i386-unknown-unknown %s -filetype=null
  3. .file "hello"
  4. .file 1 "worl\144" # "\144" is "d"
  5. .file 2 "directory" "file"
  6. # CHECK: .file "hello"
  7. # CHECK: .file 1 "world"
  8. # CHECK: .file 2 "directory" "file"