Use kAudioObjectPropertyElementMaster on macOS for compatibility
[openal-soft.git] / fmt-11.0.2 / test / find-package-test / main.cc
blob911e0e8d1a74712f171b0fea1b5ef5057c71516a
1 #include "fmt/format.h"
3 int main(int argc, char** argv) {
4 for (int i = 0; i < argc; ++i) fmt::print("{}: {}\n", i, argv[i]);