| «EXTENSION org::eclipse::xtend::middleend::xpand::test::first» | |
| «DEFINE greeting FOR String» | |
| Hello, «this»: «test(this)» | |
| «EXPAND name FOR this» | |
| «EXPAND otherTemplate::ot FOR this» | |
| «EXPAND sub::templateInOtherPackage::other FOR this» | |
| «EXPAND sub::templateInOtherPackage::other» | |
| «EXPAND org::eclipse::xtend::middleend::xpand::test::sub::templateInOtherPackage::other» | |
| «ENDDEFINE» | |
| «DEFINE name FOR String» | |
| Name: «this» | |
| «ENDDEFINE» | |
| «DEFINE testReexport FOR Integer» | |
| Result from reexp: «reexp(this)» | |
| «ENDDEFINE» | |