Language
C++
Compiler
clang HEAD 16.0.0 (https://github.com/llvm/llvm-project.git 36d70a6aea6bfd22e4f83387ff1019ebb1f86233)
Options
Warnings
Don't Use Boost
C++17
no pedantic
Raw compiler options
-lm
b.cpp
$ clang++ prog.cc -Wall -Wextra -std=c++17 -lm b.cpp
b: 1
b: 1
b: 1
main: 1
main: 2
main: 2
Exit Code:
0