forked from OSchip/llvm-project
[lit] Rather than including stdio.h, forward-declare printf in TestConvenienceVariables.test
llvm-svn: 349573
This commit is contained in:
parent
f00cf36290
commit
9efcff5602
|
@ -1,4 +1,4 @@
|
||||||
#include <stdio.h>
|
int printf(const char *format, ...);
|
||||||
|
|
||||||
int main(int argc, char **argv) {
|
int main(int argc, char **argv) {
|
||||||
printf("Hello World\n");
|
printf("Hello World\n");
|
||||||
|
|
Loading…
Reference in New Issue