6 lines
121 B
C
6 lines
121 B
C
// RUN: clang -fsyntax-only -verify %s
|
|
|
|
void f1() {
|
|
asm ("ret" : : :); // expected-error {{expected string literal}}
|
|
}
|