X-Git-Url: https://git.saurik.com/apple/ld64.git/blobdiff_plain/2f2f92e40575142405a1caa9bcf847f7ad011c92..HEAD:/unit-tests/test-cases/main-stripped/main.c diff --git a/unit-tests/test-cases/main-stripped/main.c b/unit-tests/test-cases/main-stripped/main.c old mode 100755 new mode 100644 index 1e71f1b..1304615 --- a/unit-tests/test-cases/main-stripped/main.c +++ b/unit-tests/test-cases/main-stripped/main.c @@ -1,6 +1,6 @@ /* -*- mode: C++; c-basic-offset: 4; tab-width: 4 -*- * - * Copyright (c) 2006 Apple Computer, Inc. All rights reserved. + * Copyright (c) 2006-2010 Apple Inc. All rights reserved. * * @APPLE_LICENSE_HEADER_START@ * @@ -27,6 +27,9 @@ int magicSymbol = 1; asm(".desc _magicSymbol, 0x10"); +// this symbol will be suppressed by .exp file +int hiddenSymbol = 1; +asm(".desc _hiddenSymbol, 0x10"); int main() {