asterisk/pbx/ael/ael-test/ael-ntest23/t1/c.ael

14 lines
110 B
Plaintext
Raw Normal View History

2023-05-25 18:45:57 +00:00
context c()
{
567 => NoOp(hi there, c);
}
#include "t2/*.ael"
context w()
{
890 => NoOp(hi there, w);
}