Revert bs-a and bs-b patch.
[mpsl.git] / test2.mpsl
blobdf22902998b6f6e2c148d53b2071e2941d63b78a
1 /* to be included from test.mpsl */
2 print("I'm test2.mpsl\n");
4 print("The following should generate a warning\n");
5 v = undefined_function();
7 /* return data to upper level */
8 return(6);
10 print("This code is never executes\n");