void fonction() { int *z = new int; throw 10; delete z; }