xref: /llvm-project/lldb/test/API/lang/c/non-mangled/main.c (revision 5a02a9a2e67444494f086dfe1cd6f15ba2210bc0)
1 #include <stdio.h>
2 
_Dfunction()3 void _Dfunction() {}
4 
main()5 int main() {
6   _Dfunction();
7   return 0;
8 }
9