[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / Driver / mdouble.c
blob408d907053163c1201e4d473929ee14b4cc233de
1 // RUN: %clang -target avr -c -### %s -mdouble=64 2>&1 | FileCheck %s
3 // CHECK: "-mdouble=64"
5 // RUN: %clang -target aarch64 -c -### %s -mdouble=64 2>&1 | FileCheck --check-prefix=ERR %s
7 // ERR: error: unsupported option '-mdouble=64' for target 'aarch64'