repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
clang
/
test
/
Sema
/
warn-missing-variable-declarations-register.c
blob
d26a0df12e23dccaebe664d9d060d5586e6720dc
1
// RUN: %clang_cc1 -triple x86_64-pc-linux-gnu -Wmissing-variable-declarations -fsyntax-only -verify %s
2
// expected-no-diagnostics
3
4
register
unsigned long
current_stack_pointer
asm
(
"rsp"
);