blob: d81708f4a94a2246c2c5697abb4079ca97516439 [file] [log] [blame]
<project default="t">
<macrodef name="md">
<attribute name="at"/>
<sequential>
<echo message="@{at<caret>}"/>
</sequential>
</macrodef>
<target name="t"/>
</project>