1 2 3 4 5 6 7 8
#include "artificial_location.h" int A::foo() { #line 0 return 42; } int main() { return A::foo(); }