aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/ael/ael-test/ael-ntest23/extensions.ael
blob: 7128258ed7e5ca87a68b2c02d13c1a84531f0adf (plain)
1
2
3
4
5
6
7
#include "t1/*.ael"

context z ()
{
	123 => NoOp(hi there, z);
	124 => NoOp(hi there, z);
}