1 // RUN: %clang_cl_asan %Od %s %Fe%t
2 // RUN: not %run %t 2>&1 | FileCheck %s
9 // CHECK: AddressSanitizer: attempting free on address which was not malloc()-ed
10 // CHECK: {{#0 0x.* operator delete}}
11 // CHECK: {{#1 .* main .*operator_delete_wrong_argument.cpp}}:[[@LINE-3]]