mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
4 lines
48 B
C
4 lines
48 B
C
#ifndef B_H
|
|
#define B_H
|
|
const int b = 3;
|
|
#endif
|