aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/lang/objc/modules-inline-functions/myModule.c
blob: ad3c85d155e46f49e0baa9e6b5488af580fd3c46 (plain) (blame)
1
2
3
4
5
6
7
#include "myModule.h"

int notInline()
{
    return 3;
}