0eaa97ffad
GitOrigin-RevId: c59ea8b8a0e7f927e7291c14ea6cd1bd3a16ff38
8 lines
170 B
C
8 lines
170 B
C
// This one should not come from libc because of -nostdinc
|
|
#include <stdio.h>
|
|
|
|
int main(int argc, char *argv[]) {
|
|
// provided by our own stdio.h
|
|
foo();
|
|
return 0;
|
|
}
|