blob: 4a99ff0df9cdbe1e9b101c32e8410467479f2fa0 [file] [log] [blame]
Devin Coughlinf0cadcd2017-08-03 18:12:22 +00001void f1(int *ptr) {
2 *ptr = 0;
3}