summaryrefslogtreecommitdiff
path: root/pbx/ael/ael-test/ael-ntest23/t1/c.ael
blob: d18eb7677b08cd02cee35c5e7499190152a5a244 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13


context c()
{
	567 => NoOp(hi there, c);
}

#include "t2/*.ael"

context w()
{
	890 => NoOp(hi there, w);
}