blob: 4c9dfd0b5993d0d47bb717ce5bc47233f8704490 [file] [log] [blame]
Bob Wilsonb0f6b9c2012-09-24 19:57:59 +00001// RUN: %clang_cc1 %s -triple x86_64-apple-darwin10 -fms-extensions -fenable-experimental-ms-inline-asm -verify -fsyntax-only
2
3void t1(void) {
4 __asm __asm // expected-warning {{MS-style inline assembly is not supported}} expected-error {{__asm used with no assembly instructions}}
5}