mirror of
https://github.com/google/pebble.git
synced 2025-03-19 18:41:21 +00:00
6 lines
141 B
Python
6 lines
141 B
Python
# Regression test for #535:
|
|
# Generator crash on enums with aliases
|
|
|
|
Import("env")
|
|
env.NanopbProto("issue_535")
|
|
env.Object("issue_535.pb.c")
|