summaryrefslogtreecommitdiff
path: root/Tests/GeneratorExpression/srcgenex_includes.h.in
blob: 2259ca67f8090b557a75f0b96fe7bd5690d4fa57 (plain)
1
2
3
4
5
6
7

#if !defined @TARGET_NAME@_H
#define @TARGET_NAME@_H

int @TARGET_NAME@(void);

#endif