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