#include int main(void) { int foo = PG_DIAG_INTERNAL_QUERY; int bar = PG_DIAG_INTERNAL_POSITION; return foo + bar; }