]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/test-cases/main-stripped/main.c
ld64-123.2.tar.gz
[apple/ld64.git] / unit-tests / test-cases / main-stripped / main.c
index 1e71f1b2a25c8e4cc969ba42a2761f7dc22b8cc0..13046158d1a7387454012c681c5c2cdabfcf16c2 100644 (file)
@@ -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()
 {