[TableGen] Fix validateOperandClass for non Phyical Reg (#118146)
[llvm-project.git] / clang / test / Sema / Inputs / warn-unreachable.h
blobd39be8fdd41399828bc47f9546ec2e5d6ed150c4
1 // Test that this unreachable code warning is
2 // not reported because it is in a header.
4 void foo_unreachable_header(void) {
5 return;
6 foo_unreachable_header(); // no-warning