DEBSOURCES
Skip Quicknav
sources / gobject-introspection / 1.84.0-1 / debian / can-run.c
12345678910111213
/* * Copyright © 2024 Simon McVittie * SPDX-License-Identifier: MIT */ #include <stdio.h> int main (void) { puts ("ok"); return 0; }