1 2 3 4 5 6 7
# Chapter 2 This chapter demonstrates the source_file preprocessor: ```rust #![source_file!("test_file_book.rs")] ```