Files
linguist/samples/XC/main.xc
2013-02-09 13:13:21 +00:00

11 lines
82 B
Plaintext

int main()
{
int x;
chan c;
par {
c <: 0;
c :> x;
}
return x;
}