// Copyright © Tavian Barnes // SPDX-License-Identifier: 0BSD #include int main(void) { struct stat sb = {0}; return sb.st_flags; }