// @BAKE gcc $@ -Wall -Wextra -Wpedantic -o $* #include main() { char * i = strdup("test"); }