```typescript function InlineExample(...args: any[]) { print(args, ...args); } __inline(InlineExample, 1, 2, 3); ```