Fix function return type and remove check for SUMMARY, since it doesn't seem to be output in Windows.
4 lines
163 B
Plaintext
4 lines
163 B
Plaintext
CHECK: AddressSanitizer: stack-overflow
|
|
RUN: %cpp_compiler %S/StackOverflowTest.cpp -o %t-StackOverflowTest
|
|
RUN: not %run %t-StackOverflowTest 2>&1 | FileCheck %s
|