2 # Copyright (C) 2001-2010, Parrot Foundation.
7 t/pir/macro.t - Tests for macros in PIR
15 Tests for macros in PIR.
24 ok(.x, 'basic macro with argument')
27 .macro_const PI_APPROX 4
30 .include 'test_more.pir'
34 is(.PI_APPROX, 4, '.macro_const')
41 # vim: expandtab shiftwidth=4 ft=pir: