5 lines
193 B
C++
5 lines
193 B
C++
|
// Test that asan_symbolize does not hang when provided with an non-existing
|
||
|
// path.
|
||
|
// RUN: echo '#0 0xabcdabcd (%T/bad/path+0x1234)' | %asan_symbolize | FileCheck %s
|
||
|
// CHECK: #0 0xabcdabcd
|