1#include <stdio.h>
2
3void _Dfunction() {}
4
5int main() {
6 _Dfunction();
7 return 0;
8}
9

source code of lldb/test/API/lang/c/non-mangled/main.c