8 lines
160 B
Plaintext
8 lines
160 B
Plaintext
// RUN: not %{ispc} --target=host --nostdlib --nowrap -o - %s 2>&1 | FileCheck %s
|
|
|
|
// REQUIRES: ASAN_RUN
|
|
|
|
// CHECK-NOT: detected memory leaks
|
|
|
|
"asdasdasd" = 0;
|