14 lines
110 B
Plaintext
14 lines
110 B
Plaintext
|
|
||
|
|
||
|
context c()
|
||
|
{
|
||
|
567 => NoOp(hi there, c);
|
||
|
}
|
||
|
|
||
|
#include "t2/*.ael"
|
||
|
|
||
|
context w()
|
||
|
{
|
||
|
890 => NoOp(hi there, w);
|
||
|
}
|