int main() { const char* t = "test\n"; write(1, t, 5); printf("%p\n", t); }