blob: f75994abbe6586b3ef941caa5f75909c1a84fe97 [file] [log] [blame]
Adriana Kobylakf5e2bde2025-10-20 11:40:47 -05001// SPDX-License-Identifier: Apache-2.0
2// SPDX-FileCopyrightText: Copyright 2025 IBM Corporation
3
4#include <sdbusplus/async.hpp>
5
6int main()
7{
8 sdbusplus::async::context ctx;
9 ctx.run();
10}