Bob Wilson | b0f6b9c | 2012-09-24 19:57:59 +0000 | [diff] [blame^] | 1 | // RUN: %clang_cc1 %s -triple x86_64-apple-darwin10 -fms-extensions -fenable-experimental-ms-inline-asm -verify -fsyntax-only |
2 | |||||
3 | void t1(void) { | ||||
4 | __asm __asm // expected-warning {{MS-style inline assembly is not supported}} expected-error {{__asm used with no assembly instructions}} | ||||
5 | } |