Clang Project
clang_source_code
/
test
/
Driver
/
unknown-std.S
1
// RUN: %clang -std=c++11 %s -E -o /dev/null 2>&1 | FileCheck %s --allow-empty
2
// CHECK-NOT: error
3