]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/lto-dylib-export_list/foo.h
ld64-409.12.tar.gz
[apple/ld64.git] / unit-tests / test-cases / lto-dylib-export_list / foo.h
1
2 class Foo {
3 public:
4 static void doit() { }
5 static void doit2() { }
6 };