blob: 88a984fe8a6718aa41a407da343d16ab50721498 (
plain)
1
2
3
4
5
6
|
/* Make sure the thread system trivially works with trace output.
#progos: linux
#sim: --cris-trace=basic --trace-file=$pwd/clone2.tmp
#output: got: a\nthen: bc\nexit: 0\n
*/
#include "clone1.c"
|