mediamtx: 1.9.2 -> 1.9.3 (#352624)
[NixPkgs.git] / pkgs / test / cc-wrapper / nostdinc-main.c
blobf71d155b1b278de7fc9f4c4b5b10e6f03a96d445
1 // This one should not come from libc because of -nostdinc
2 #include <stdio.h>
4 int main(int argc, char *argv[]) {
5 // provided by our own stdio.h
6 foo();
7 return 0;