[GenericDomTree][NFC] Remove unnecessary `const_cast`s (#97638)
[llvm-project.git] / clang / test / CodeGen / builtin-recursive.cpp
blob7553a6e48f5326fb57765408e6832072a2a67797
1 // RUN: %clang_cc1 -triple x86_64-unknown-unknown -nostdsysteminc -nobuiltininc -isystem %S/Inputs -emit-llvm-only %s
3 // This used to cause a read past the end of a global variable.
5 #include <stdio.h>
7 void testcase(void) {
8 vprintf(0, 0);