diff options
| author | Amlal <amlal.elmahrouss@icloud.com> | 2025-01-27 02:11:12 +0100 |
|---|---|---|
| committer | Amlal <amlal.elmahrouss@icloud.com> | 2025-01-27 02:11:12 +0100 |
| commit | 2fd3475239d4258ca4407ffb2c0720d90d711d6c (patch) | |
| tree | f56bbe4a03196ff41d197a617c263dbb13658ef4 /tests/example.cc | |
| parent | 2b2ac6e8c5dd2b3234b74d38833066dcd483267b (diff) | |
ADD: `dbg` C++ debugger program.
META: Ran format command with correct C++ extensions.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'tests/example.cc')
| -rw-r--r-- | tests/example.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/example.cc b/tests/example.cc index 5a388b8..1983931 100644 --- a/tests/example.cc +++ b/tests/example.cc @@ -1,6 +1,6 @@ #define AppMain int __ImageStart -AppMain() +AppMain() { return 0; } |
