Skip to content

Instantly share code, notes, and snippets.

@devansh42
Created December 5, 2019 16:26
Show Gist options
  • Save devansh42/0632a2d374edc0e1abdb95e49157207b to your computer and use it in GitHub Desktop.
Save devansh42/0632a2d374edc0e1abdb95e49157207b to your computer and use it in GitHub Desktop.
# 1 "3.c"
# 1 "<built-in>"
# 1 "<command-line>"
# 31 "<command-line>"
# 1 "/usr/include/stdc-predef.h" 1 3 4
# 32 "<command-line>" 2
# 1 "3.c"
# 1 "2.h" 1
# 1 "1.h" 1
void foo(){
}
# 2 "2.h" 2
void soo(){
foo();
}
# 2 "3.c" 2
# 1 "1.h" 1
void foo(){
}
# 3 "3.c" 2
void main(){
foo();
soo();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment