#include int main(int argc, char **argv) { printf("Line: %d\n", __LINE__); return 0; }