1#include "stub.h"
2
3int foo(char *c) {
4 printf(format: "");
5 __attribute__((musttail)) return puts(s: c);
6}
7
8int main() { return foo(c: "a"); }
9

source code of bolt/test/Inputs/plt-tailcall.c