glib2.0/debian/can-run.c

14 lines
143 B
C

/*
* Copyright © 2024 Simon McVittie
* SPDX-License-Identifier: MIT
*/
#include <stdio.h>
int
main (void)
{
puts ("ok");
return 0;
}