diff options
Diffstat (limited to 'elf/tst-initorder2.exp')
-rw-r--r-- | elf/tst-initorder2.exp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/elf/tst-initorder2.exp b/elf/tst-initorder2.exp new file mode 100644 index 0000000000..5169489b85 --- /dev/null +++ b/elf/tst-initorder2.exp @@ -0,0 +1,9 @@ +init: d +init: c +init: b +init: a +main +fini: a +fini: b +fini: c +fini: d |