// Copyright © Tavian Barnes // SPDX-License-Identifier: 0BSD #include #include int main(void) { return string_to_flags(NULL, NULL, NULL); }