blob: 13d4bbfb71e82e23e61bca2c77d751f35d8702cf [file] [log] [blame]
Matthias Braun5961fef2015-11-21 02:28:42 +00001// REQUIRES: x86-registered-target
2// RUN: %clang --target=x86_64--linug-gnu -S %s -o - | FileCheck %s -check-prefix=ALLOWED
3// RUN: not %clang --target=x86_64--linux-gnu -std=c89 -S %s -o - 2>&1 | FileCheck %s -check-prefix=DENIED
Vinicius Tinti92e68c22015-11-20 23:42:39 +00004int \uaccess = 0;
Matthias Braun5961fef2015-11-21 02:28:42 +00005// ALLOWED: "곎ss":
Vinicius Tinti92e68c22015-11-20 23:42:39 +00006// ALLOWED-NOT: "\uaccess":
7// DENIED: warning: universal character names are only valid in C99 or C++; treating as '\' followed by identifier [-Wunicode]
8// DENIED: error: expected identifier or '('