aboutsummaryrefslogtreecommitdiff
path: root/test/Parser/asm.c
blob: a09b545a8e03365f594a6ec997d57aa263c3e792 (plain)
1
2
3
4
5
// RUN: clang -fsyntax-only -verify %s

void f1() {
  asm ("ret" : : :); // expected-error {{expected string literal}}
}