mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-23 01:20:03 +00:00
[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) {
|
||||
printf("Hello World\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user