summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/fuzzer/initialize.test
blob: 0ff3796dc9095db3caff5953c450f22cade2472c (plain)
1
2
3
4
5
# FIXME: Disabled on Windows because memmem is a GNU extension.
UNSUPPORTED: windows
CHECK: BINGO
RUN: %cpp_compiler %S/InitializeTest.cpp -o %t-InitializeTest
RUN: not %run %t-InitializeTest -use_value_profile=1 2>&1 | FileCheck %s
OpenPOWER on IntegriCloud