/* This is just to make the code in the example directory link properly. SPDX-FileCopyrightText: SPDX-License-Identifier: LGPL-2.1-only OR MPL-2.0 */ #include int main(void) { return 1; } void do_something(icalcomponent* comp) { (void)comp;/*unused*/ }