Speculatively fix build bots

This should address the issue found in:
https://lab.llvm.org/buildbot/#/builders/215/builds/4610
This commit is contained in:
Aaron Ballman 2022-04-20 12:05:33 -04:00
parent 7661d3bc9d
commit e0ee080574

View file

@ -1,3 +1,5 @@
void foo(void);
int main() {
foo();
return 0;