1*f4a2713aSLionel Sambuc // RUN: %clang_cc1 %s -triple powerpc64-unknown-linux-gnu -fasm-blocks -verify -fsyntax-only 2*f4a2713aSLionel Sambuc f()3*f4a2713aSLionel Sambucvoid f() { 4*f4a2713aSLionel Sambuc __asm nop // expected-error {{Unsupported architecture 'powerpc64' for MS-style inline assembly}} 5*f4a2713aSLionel Sambuc } 6