You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/bool/Readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
When interfacing between C or C++ and Fortran, the `logical(C_BOOL)` type is used to represent boolean values.
4
4
This test demonstrates how to use `logical(C_BOOL)` in Fortran and how it interacts with C and C++ code.
5
5
6
-
The "test/bool/bad_interface.f90" and "src/bool/bad_bool.f90" files contain examples of incorrect usage of `logical(C_BOOL)`, which should lead to compilation errors.
6
+
The "test/bool/bad_interface.f90" and "src/bool/bad_bool.f90" files contain examples of incorrect usage of `logical(C_BOOL)`, which should lead to runtime issues by messing up the values of following dummy arguments.
0 commit comments