Speculatively fix build bot

This should fix the issue found by:
https://lab.llvm.org/buildbot/#/builders/37/builds/12606
This commit is contained in:
Aaron Ballman 2022-04-20 13:39:15 -04:00
parent 0d4a49b0f1
commit e5f025dad9
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
// RUN: %run %t
// Test that safe stack works with LTO.
int puts(const char *);
int main() {
char c[] = "hello world";