sphinx/tests/root/literal_orig.inc

14 lines
232 B
C++

# Literally included file using Python highlighting
# -*- coding: utf-8 -*-
foo = "Including Unicode characters: üöä" # This will be changed
class FooOrig:
pass
class BarOrig:
def baz():
pass
def bar(): pass