1 2 3 4 5 6
#include <args.hxx> int foo() { return 42; } int bar(); int main() { return foo() - bar(); }