modernc.org/ccgo/v3@v3.16.14/lib/testdata/bug/dmesg.c (about)

     1  int main() {
     2  	__ccgo_dmesg("%s:%d: test", __FILE__, __LINE__);
     3  }