]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - packages/Python/lldbsuite/test/lang/objc/modules-inline-functions/myModule.c
Vendor import of lldb trunk r256945:
[FreeBSD/FreeBSD.git] / packages / Python / lldbsuite / test / lang / objc / modules-inline-functions / myModule.c
1 #include "myModule.h"
2
3 int notInline()
4 {
5     return 3;
6 }
7