summaryrefslogtreecommitdiff
path: root/testsuite/tests/rts/3236.c
blob: 92d4c12dcdb89c09d27afbab7ff59a70762e2b52 (plain)
1
2
3
4
5
6
7
#include "Rts.h"

int main (int argc, char *argv[])
{
    // should fail: RTS is not initialised
    rts_lock();
}