Skip to content
Snippets Groups Projects
Commit aa19500a authored by Priyansh Singh's avatar Priyansh Singh Committed by Aaron Ballman
Browse files

Correct a typo in a RUN line

parent 3ad6f535
No related branches found
No related tags found
No related merge requests found
// REQUIRES: x86-registered-target
// RUN: %clang --target=x86_64--linug-gnu -S %s -o - | FileCheck %s -check-prefix=ALLOWED
// RUN: %clang --target=x86_64--linux-gnu -S %s -o - | FileCheck %s -check-prefix=ALLOWED
// RUN: not %clang --target=x86_64--linux-gnu -std=c89 -S %s -o - 2>&1 | FileCheck %s -check-prefix=DENIED
int \uaccess = 0;
// ALLOWED: "곎ss":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment