mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-13 16:09:46 -04:00
9 lines
252 B
C
9 lines
252 B
C
// REQUIRES: system-darwin
|
|
|
|
// On Darwin, -demangle is passed to the linker of HOST_LINK_VERSION
|
|
// is high enough. It is assumed to be high enough on systems where
|
|
// this test gets run.
|
|
|
|
// RUN: %clang -### %s 2>&1 | FileCheck %s
|
|
// CHECK: -demangle
|