1
2# input file for order_file-basic.yaml
3
4_func2
5libfoo.a(foo.o):_foo  # tests file specific ordering within archive
6i386:_func3           # wrong arch, so ignored
7armv7:_func3          # wrong arch, so ignored
8_func1
9_notfound             # unknown symbol silently ignored
10_data3                # data symbols should be orderable
11
12