]> git.saurik.com Git - apple/dyld.git/blobdiff - unit-tests/test-cases/flat-prebound/bar.c
dyld-360.22.tar.gz
[apple/dyld.git] / unit-tests / test-cases / flat-prebound / bar.c
index 4bf747a8ecd9f051cb42b99a3063738916932fa9..e12bfce1e134b6a966da21ebf7240be5a88ba47c 100644 (file)
  * @APPLE_LICENSE_HEADER_END@
  */
 
+#include <stdbool.h>
 
 int bar()
 {
        return 1;
 }
+
+int barVar  = 1;
+int barVar2 = 1;