xref: /llvm-project/clang/test/Sema/warn-missing-variable-declarations-register.c (revision a22d385f9656c95f5ce4155ea705aab6f8ef6d82)
1*a22d385fSNathan Chancellor // RUN: %clang_cc1 -triple x86_64-pc-linux-gnu -Wmissing-variable-declarations -fsyntax-only -verify %s
2*a22d385fSNathan Chancellor // expected-no-diagnostics
3*a22d385fSNathan Chancellor 
4*a22d385fSNathan Chancellor register unsigned long current_stack_pointer asm("rsp");
5