1; Make sure that llvm-as/llvm-dis properly assemble/disassemble the 2; source_filename. 3 4; RUN: llvm-as < %s | llvm-dis | FileCheck %s 5 6; CHECK: source_filename = "C:\\path\\with\\backslashes\\test.cc" 7source_filename = "C:\\path\\with\5Cbackslashes\\test.cc" 8