blob: 1d50b66e00866be1139acc205bb8e1ee4a370097 [file] [log] [blame]
/*
TEST_OUTPUT:
----
fail_compilation/ice11968.d(9): Error: the `delete` keyword is obsolete
fail_compilation/ice11968.d(9): use `object.destroy()` (and `core.memory.GC.free()` if applicable) instead
----
*/
void main() { delete __FILE__ ; }