nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 8 lines 170 B view raw
1// This one should not come from libc because of -nostdinc 2#include <stdio.h> 3 4int main(int argc, char *argv[]) { 5 // provided by our own stdio.h 6 foo(); 7 return 0; 8}