Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git] / clang / test / Sema / undefined-internal-typeof-c23.c
blob837c36d4910a7da9e6fb9a5550bc11ca7c025dcf
1 // RUN: %clang_cc1 -fsyntax-only -verify %s -std=c23 -pedantic-errors
3 // expected-no-diagnostics
5 static int f(void);
7 int main(void)
9 typeof(&f) x;