blob: 01e494d91b7a25bf30117f3146d0ad1990fc1d15 [file] [log] [blame]
// RUN: %clang --target=i386-unknown-linux -mabi=ms -S %s -### 2>&1 | FileCheck --check-prefix=CHECK %s
int f() {
// CHECK: warning: argument unused during compilation: '-mabi=ms'
return 0;
}