1N/A# From a bungled core thread test.
1N/A#
1N/A# The important thing here is that the last test is the right test.
1N/A# Test::Harness would misparse this as being a valid test.
1N/Aprint <<DUMMY;
1N/Aok 2 - Test that argument passing works
1N/Aok 3 - Test that passing arguments as references work
1N/Aok 4 - Test a normal sub
1N/Aok 6 - Detach test
1N/Aok 8 - Nested thread test
1N/Aok 9 - Nested thread test
1N/Aok 10 - Wanted 7, got 7
1N/Aok 11 - Wanted 7, got 7
1N/Aok 12 - Wanted 8, got 8
1N/Aok 13 - Wanted 8, got 8
1N/A1..15
1N/Aok 1
1N/Aok 5 - Check that Config::threads is true
1N/Aok 7 - Detach test
1N/Aok 14 - Check so that tid for threads work for main thread
1N/Aok 15 - Check so that tid for threads work for main thread
1N/ADUMMY