aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/13 pch/linkwhole/lib2.c
blob: 0a13f60013fbdee62a08959d59688fe9842c6cc9 (plain)
1
2
3
4
5
6
#include<stdio.h>

void func2() {
    const char *cl = GetCommandLineA();
    printf("Command line was: %s\n", cl);
}