// RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 %s
int foo1 asm ;
int foo2 asm ; // expected-error {{cannot use wide string literal in 'asm'}}
int foo3 asm ; // expected-error {{cannot use unicode string literal in 'asm'}}
int foo4 asm ; // expected-error {{cannot use unicode string literal in 'asm'}}
int foo5 asm ; // expected-error {{cannot use unicode string literal in 'asm'}}
int foo6 asm ; // expected-error {{string literal with user-defined suffix cannot be used here}}
int foo6 asm ; // expected-error {{cannot use wide string literal in 'asm'}}
void