Sign in
qemu
/
meson
/
deb2b3e6e63520fad4843f81419b42238a886afe
/
.
/
test cases
/
common
/
67 vcstag
/
tagprog.c
blob: 27c3cc58d2933682e12795eab06451ef9cfde001 [
file
] [
log
] [
blame
]
#include
<stdio.h>
extern
const
char
*
vcstag
;
int
main
(
void
)
{
printf
(
"Version is %s\n"
,
vcstag
);
return
0
;
}