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