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:
parent
7661d3bc9d
commit
e0ee080574
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
void foo(void);
|
||||
|
||||
int main() {
|
||||
foo();
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue